Skip to content

Commit 5e7b1f8

Browse files
committed
Update connection instructions in Python Peewee guide to use the correct URL for the Clusters page.
1 parent 4bd7e53 commit 5e7b1f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

markdown-pages/en/tidbcloud/master/develop/dev-guide-sample-application-python-peewee.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ peewee is an ORM library that works with multiple databases. It provides a high-
6767

6868
Connect to your TiDB cluster depending on the TiDB deployment option you've selected.
6969

70-
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.
70+
1. Navigate to the [**Clusters**](https://tidbcloud.com/project/clusters) page, and then click the name of your target cluster to go to its overview page.
7171

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

@@ -85,7 +85,7 @@ Connect to your TiDB cluster depending on the TiDB deployment option you've sele
8585
4. Click **Generate Password** to create a random password.
8686

8787
> **Tip:**
88-
>
88+
>
8989
> If you have created a password before, you can either use the original password or click **Reset Password** to generate a new one.
9090
9191
5. Run the following command to copy `.env.example` and rename it to `.env`:

0 commit comments

Comments
 (0)