Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion develop/dev-guide-sample-application-python-peewee.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ peewee 是一个支持多种数据库的 ORM 库。它是对数据库的高层

<div label="{{{ .starter }}}">

1. 在 TiDB Cloud 的 [**Clusters**](https://tidbcloud.com/console/clusters) 页面中,选择你的 {{{ .starter }}} 集群,进入集群的 **Overview** 页面。
1. 在 TiDB Cloud 的 [**Clusters**](https://{{{.console-url}}}/project/clusters) 页面中,选择你的 {{{ .starter }}} 集群,进入集群的 **Overview** 页面。

2. 点击右上角的 **Connect** 按钮,将会弹出连接对话框。

Expand Down
3 changes: 2 additions & 1 deletion variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"tidb-version": "v8.1.2",
"starter": "TiDB Cloud Serverless",
"essential": "TiDB Cloud Essential",
"dedicated": "TiDB Cloud Dedicated"
"dedicated": "TiDB Cloud Dedicated",
"console-url": "tidbcloud.com"
}
Loading