Skip to content

Commit 9d74577

Browse files
authored
variables.json: add a variable for TiDB Cloud console URL (pingcap#21450)
1 parent 49ef595 commit 9d74577

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

develop/dev-guide-sample-application-python-peewee.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Connect to your TiDB cluster depending on the TiDB deployment option you've sele
7474
<SimpleTab>
7575
<div label="{{{ .starter }}}">
7676

77-
1. Navigate to the [**Clusters**](https://tidbcloud.com/console/clusters) page, and then click the name of your target cluster to go to its overview page.
77+
1. Navigate to the [**Clusters**](https://{{{.console-url}}}/project/clusters) page, and then click the name of your target cluster to go to its overview page.
7878

7979
2. Click **Connect** in the upper-right corner. A connection dialog is displayed.
8080

variables.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
"self-managed": "TiDB Self-Managed",
55
"starter": "TiDB Cloud Serverless",
66
"essential": "TiDB Cloud Essential",
7-
"dedicated": "TiDB Cloud Dedicated"
8-
}
7+
"dedicated": "TiDB Cloud Dedicated",
8+
"console-url": "tidbcloud.com"
9+
}

0 commit comments

Comments
 (0)