Skip to content

Commit 1e73c6b

Browse files
committed
This is an automated cherry-pick of pingcap#22469
Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
1 parent 0ecfde3 commit 1e73c6b

3 files changed

Lines changed: 7 additions & 5 deletions

File tree

.github/workflows/link-fail-fast.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ jobs:
2222
uses: lycheeverse/lychee-action@v2.3.0
2323
with:
2424
fail: true
25+
<<<<<<< HEAD
2526
failIfEmpty: false
27+
=======
28+
>>>>>>> 5ef52ad5b1 (CI: Update LinkChecker URL excludes (#20287) (#22469))
2629
args: --root-dir $(pwd) -E -i -n -t 45 -- '${{ steps.changed-files.outputs.all_changed_files }}'
2730
env:
2831
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

develop/_index.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Build your application with the language you use by following the guides with sa
2121
<DevLangAccordion label="JavaScript" defaultExpanded>
2222
<DevToolCard title="Serverless Driver (beta)" logo="tidb" docLink="/developer/serverless-driver" githubLink="https://github.com/tidbcloud/serverless-js">
2323

24-
Connect to TiDB over HTTPS from edge environments.
24+
Connect to TiDB over HTTPS from edge environments (only applicable to TiDB Cloud).
2525

2626
</DevToolCard>
2727
<DevToolCard title="Next.js" logo="nextjs" docLink="/developer/dev-guide-sample-application-nextjs" githubLink="https://github.com/vercel/next.js">
@@ -147,7 +147,7 @@ In addition to these guides, PingCAP works with the community to support [third-
147147

148148
## Use MySQL client software
149149

150-
As TiDB is a MySQL-compatible database, you can use many familiar client software tools to connect to TiDB and manage your databases. Or, you can use our <a href="/tidbcloud/get-started-with-cli">command line tool</a> to connect and manage your databases.
150+
As TiDB is a MySQL-compatible database, you can use many familiar client software tools to connect to TiDB and manage your databases. For TiDB Cloud, you can also use our [command line tool](/tidb-cloud/get-started-with-cli.md) to connect and manage your databases.
151151

152152
<DevToolGroup>
153153
<DevToolCard title="MySQL Workbench" logo="mysql-1" docLink="/developer/dev-guide-gui-mysql-workbench">
@@ -176,7 +176,6 @@ Connect and manage TiDB databases with DataGrip by JetBrains.
176176

177177
Learn other topics about developing with TiDB.
178178

179-
- Use <a href="/tidbcloud/get-started-with-cli">TiDB Cloud CLI</a> to develop, manage and deploy your applications.
180-
- Explore popular <a href="/tidbcloud/integrate-tidbcloud-with-airbyte">service integrations</a> with TiDB Cloud.
181179
- Follow [TiDB database development reference](/develop/dev-guide-schema-design-overview.md) to design, interact with, optimize, and troubleshoot your data and schema.
182180
- Follow the free online course [Introduction to TiDB](https://eng.edu.pingcap.com/catalog/info/id:203/?utm_source=docs-dev-guide).
181+
- Explore popular [service integrations](/tidb-cloud/integrate-tidbcloud-with-airbyte.md) with TiDB Cloud.

tidb-cloud/releases/release-notes-2023.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ This page lists the release notes of [TiDB Cloud](https://www.pingcap.com/tidb-c
132132

133133
- Introduce a TiDB Cloud Billing API endpoint to retrieve the bill for the given month of a specific organization.
134134

135-
This Billing API endpoint is released in TiDB Cloud API v1beta1, which is the latest API version of TiDB Cloud. For more information, refer to the [API documentation (v1beta1)](https://docs.pingcap.com/tidbcloud/api/v1beta1#tag/Billing).
135+
This Billing API endpoint is released in TiDB Cloud API v1beta1, which is the latest API version of TiDB Cloud. For more information, refer to the [API documentation (v1beta1)](https://docs.pingcap.com/tidbcloud/api/v1beta1/billing).
136136

137137
## September 19, 2023
138138

0 commit comments

Comments
 (0)