Skip to content

Commit

Permalink
docs: fix dead links (#594)
Browse files Browse the repository at this point in the history
* docs: fix dead links

* ci: ignore bytebase links
  • Loading branch information
Selflocking authored Jan 28, 2024
1 parent 7875119 commit 0c8d2c8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/docs.links.check.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
},
{
"pattern": "^https://opendocs.alipay.com\\S+"
},
{
"pattern": "^https://www.bytebase.com/docs"
}
]
}
}
2 changes: 1 addition & 1 deletion docs/deployment/db-migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Refer to the [xorm docs](https://xorm.io/docs/chapter-03/readme/) for a better u

## How it Works

As mentioned earlier, xorm is unable to handle field name changes. To address this, xorm provides a [migrate](https://gitea.com/xorm/xorm/src/branch/master/migrate) package that can assist with this problem.
As mentioned earlier, xorm is unable to handle field name changes. To address this, xorm provides a [migrate](https://gitea.com/xorm/xorm/src/branch/v1/migrate) package that can assist with this problem.

To handle field renaming, you can write code like this:

Expand Down
4 changes: 2 additions & 2 deletions docs/integration/go/Bytebase.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ keywords: [OAuth2, Bytebase, IDP]
authors: [jakiuncle]
---

[Casdoor](/docs/basic/server-installation) can use OAuth2 to connect various applications. In this example, we will use [Bytebase](https://www.bytebase.com/docs/get-started/install/deploy-with-docker?source=demo) to demonstrate how to use OAuth2 to connect to your applications.
[Casdoor](/docs/basic/server-installation) can use OAuth2 to connect various applications. In this example, we will use [Bytebase](https://www.bytebase.com/docs/get-started/self-host/) to demonstrate how to use OAuth2 to connect to your applications.

The following are the configuration names:

Expand All @@ -15,7 +15,7 @@ The following are the configuration names:

## Step 1: Deploy Casdoor and Bytebase

Firstly, deploy [Casdoor](/docs/basic/server-installation) and [Bytebase](https://www.bytebase.com/docs/get-started/install/deploy-with-docker?source=demo).
Firstly, deploy [Casdoor](/docs/basic/server-installation) and [Bytebase](https://www.bytebase.com/docs/get-started/self-host/).

After successful deployment, make sure that:

Expand Down

0 comments on commit 0c8d2c8

Please sign in to comment.