Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix dead links #594

Merged
merged 2 commits into from
Jan 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading