-
Notifications
You must be signed in to change notification settings - Fork 688
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2.1/scripts: update verify links to fix current layout (#1848)
* scripts: update scripts/verify-links.sh (#1846) * re-enable links must start with slash * deploy-tidb-from-docker-compose.md does not exist in release 2.1 * remove trailing spaces * Update dev-guide/deploy.md Co-Authored-By: Keke Yi <40977455+yikeke@users.noreply.github.com> Co-authored-by: Keke Yi <40977455+yikeke@users.noreply.github.com>
- Loading branch information
Showing
6 changed files
with
32 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
# Build for deployment | ||
|
||
The easiest way to deploy TiDB is to use Docker Compose, see [TiDB Docker Compose Deployment](../dev/how-to/get-started/deploy-tidb-from-docker-compose.md). For more deployment methods, see [TiDB deployment methods](../_index.md). | ||
The easiest way to deploy TiDB is to use Docker Compose, see [TiDB Docker Compose Deployment](https://pingcap.com/docs-cn/dev/how-to/get-started/deploy-tidb-from-docker-compose/). For more deployment methods, see [TiDB deployment methods](/_index.md). | ||
|
||
## Before you begin | ||
|
||
You need to check the [supported platforms](./requirements.md#supported-platforms) and [prerequisites](./requirements.md#prerequisites) first. | ||
You need to check the [supported platforms](/dev-guide/requirements.md#supported-platforms) and [prerequisites](/dev-guide/requirements.md#prerequisites) first. | ||
|
||
## Build and install TiDB components | ||
|
||
You can use the [build script](../scripts/build.sh) to build and install TiDB components in the `bin` directory. | ||
You can use the [build script](/scripts/build.sh) to build and install TiDB components in the `bin` directory. | ||
|
||
You can use the [update script](../scripts/update.sh) to update all the TiDB components to the latest version. | ||
You can use the [update script](/scripts/update.sh) to update all the TiDB components to the latest version. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters