Skip to content

Commit 5373f7e

Browse files
authored
update media resource links to point to new locations (#20415) (#20429)
1 parent 63016ec commit 5373f7e

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

tidb-cloud/branch-github-integration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ To integrate TiDB Serverless branching with your GitHub repository, take the fol
4040
- If you have not logged into GitHub, you will be asked to log into GitHub first.
4141
- If it is the first time you use the integration, you will be asked to authorize the **TiDB Cloud Branching** app.
4242

43-
<img src="https://download.pingcap.com/images/docs/tidb-cloud/branch/github-authorize.png" width="80%" />
43+
<img src="https://docs-download.pingcap.com/media/images/docs/tidb-cloud/branch/github-authorize.png" width="80%" />
4444

4545
4. In the **Connect to GitHub** dialog, select a GitHub account in the **GitHub Account** drop-down list.
4646

@@ -50,7 +50,7 @@ To integrate TiDB Serverless branching with your GitHub repository, take the fol
5050

5151
6. Click **Connect** to connect between your TiDB Serverless cluster and your GitHub repository.
5252

53-
<img src="https://download.pingcap.com/images/docs/tidb-cloud/branch/github-connect.png" width="40%" />
53+
<img src="https://docs-download.pingcap.com/media/images/docs/tidb-cloud/branch/github-connect.png" width="40%" />
5454

5555
## TiDB Cloud Branching app behaviors
5656

tidb-cloud/migrate-from-mysql-using-data-migration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -240,15 +240,15 @@ For detailed instructions about incremental data migration, see [Migrate Only In
240240

241241
- If you click **All**, the migration job will migrate the existing data from the whole source database instance to TiDB Cloud and migrate ongoing changes after the full migration. Note that it happens only if you have selected the **Existing data migration** and **Incremental data migration** checkboxes in the previous step.
242242

243-
<img src="https://download.pingcap.com/images/docs/tidb-cloud/migration-job-select-all.png" width="60%" />
243+
<img src="https://docs-download.pingcap.com/media/images/docs/tidb-cloud/migration-job-select-all.png" width="60%" />
244244

245245
- If you click **Customize** and select some databases, the migration job will migrate the existing data and migrate ongoing changes of the selected databases to TiDB Cloud. Note that it happens only if you have selected the **Existing data migration** and **Incremental data migration** checkboxes in the previous step.
246246

247-
<img src="https://download.pingcap.com/images/docs/tidb-cloud/migration-job-select-db.png" width="60%" />
247+
<img src="https://docs-download.pingcap.com/media/images/docs/tidb-cloud/migration-job-select-db.png" width="60%" />
248248

249249
- If you click **Customize** and select some tables under a dataset name, the migration job only will migrate the existing data and migrate ongoing changes of the selected tables. Tables created afterwards in the same database will not be migrated.
250250

251-
<img src="https://download.pingcap.com/images/docs/tidb-cloud/migration-job-select-tables.png" width="60%" />
251+
<img src="https://docs-download.pingcap.com/media/images/docs/tidb-cloud/migration-job-select-tables.png" width="60%" />
252252

253253
<!--
254254
- If you click **Customize** and select some databases, and then select some tables in the **Selected Objects** area to move them back to the **Source Database** area, (for example the `username` table in the following screenshots), then the tables will be treated as in a blocklist. The migration job will migrate the existing data but filter out the excluded tables (such as the `username` table in the screenshots), and will migrate ongoing changes of the selected databases to TiDB Cloud except the filtered-out tables.

tidb-monitoring-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ curl http://127.0.0.1:10080/schema_storage/test
7878

7979
- PD API address: `http://${host}:${port}/pd/api/v1/${api_name}`
8080
- Default port: `2379`
81-
- Details about API names: see [PD API doc](https://download.pingcap.com/pd-api-v1.html)
81+
- Details about API names: see [PD API doc](https://docs-download.pingcap.com/api/pd-api/pd-api-v1.html)
8282

8383
The PD interface provides the status of all the TiKV servers and the information about load balancing. See the following example for the information about a single-node TiKV cluster:
8484

tiproxy/tiproxy-load-balance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Consider an application that handles both transaction and BI workloads. To preve
4343
4. Optional: For storage layer isolation, configure [Placement Rules](/configure-placement-rules.md) or [Resource Control](/tidb-resource-control.md).
4444
5. Direct transaction and BI clients to connect to their respective TiProxy instance addresses.
4545

46-
<img src="https://download.pingcap.com/images/docs/tiproxy/tiproxy-balance-label.png" alt="Label-based Load Balancing" width="600" />
46+
<img src="https://docs-download.pingcap.com/media/images/docs/tiproxy/tiproxy-balance-label.png" alt="Label-based Load Balancing" width="600" />
4747

4848
Example configuration for this topology:
4949

tiproxy/tiproxy-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ TiProxy is an optional component. You can also use a third-party proxy component
1111

1212
The following figure shows the architecture of TiProxy:
1313

14-
<img src="https://download.pingcap.com/images/docs/tiproxy/tiproxy-architecture.png" alt="TiProxy architecture" width="500" />
14+
<img src="https://docs-download.pingcap.com/media/images/docs/tiproxy/tiproxy-architecture.png" alt="TiProxy architecture" width="500" />
1515

1616
## Main features
1717

@@ -23,7 +23,7 @@ TiProxy can migrate connections from one TiDB server to another without breaking
2323

2424
As shown in the following figure, the client originally connects to TiDB 1 through TiProxy. After the connection migration, the client actually connects to TiDB 2. When TiDB 1 is about to be offline or the ratio of connections on TiDB 1 to connections on TiDB 2 exceeds the set threshold, the connection migration is triggered. The client is unaware of the connection migration.
2525

26-
<img src="https://download.pingcap.com/images/docs/tiproxy/tiproxy-session-migration.png" alt="TiProxy connection migration" width="400" />
26+
<img src="https://docs-download.pingcap.com/media/images/docs/tiproxy/tiproxy-session-migration.png" alt="TiProxy connection migration" width="400" />
2727

2828
Connection migration usually occurs in the following scenarios:
2929

0 commit comments

Comments
 (0)