diff --git a/.github/workflows/docs.links.check.config.json b/.github/workflows/docs.links.check.config.json index edd3d31d2..b5654f26c 100644 --- a/.github/workflows/docs.links.check.config.json +++ b/.github/workflows/docs.links.check.config.json @@ -35,6 +35,9 @@ }, { "pattern": "^https://opendocs.alipay.com\\S+" + }, + { + "pattern": "^https://www.bytebase.com/docs" } ] -} +} \ No newline at end of file diff --git a/docs/deployment/db-migration.md b/docs/deployment/db-migration.md index f89d6a096..4d04842d2 100644 --- a/docs/deployment/db-migration.md +++ b/docs/deployment/db-migration.md @@ -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: diff --git a/docs/integration/go/Bytebase.md b/docs/integration/go/Bytebase.md index 514a25421..2b52c9000 100644 --- a/docs/integration/go/Bytebase.md +++ b/docs/integration/go/Bytebase.md @@ -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: @@ -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: