diff --git a/develop/dev-guide-sample-application-python-peewee.md b/develop/dev-guide-sample-application-python-peewee.md index b3bd1a287c1fb..9e7e1317e17a8 100644 --- a/develop/dev-guide-sample-application-python-peewee.md +++ b/develop/dev-guide-sample-application-python-peewee.md @@ -74,7 +74,7 @@ Connect to your TiDB cluster depending on the TiDB deployment option you've sele
-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. +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. 2. Click **Connect** in the upper-right corner. A connection dialog is displayed. diff --git a/variables.json b/variables.json index 8109ffd7e94e3..7222126381c6f 100644 --- a/variables.json +++ b/variables.json @@ -5,5 +5,6 @@ "self-managed": "TiDB Self-Managed", "starter": "TiDB Cloud Serverless", "essential": "TiDB Cloud Essential", - "dedicated": "TiDB Cloud Dedicated" + "dedicated": "TiDB Cloud Dedicated", + "console-url": "tidbcloud.com" }