Skip to content

Commit

Permalink
chore: fix dead links (#1367)
Browse files Browse the repository at this point in the history
Co-authored-by: scl <[email protected]>
  • Loading branch information
nicecui and sunchanglong authored Dec 10, 2024
1 parent 42af9fb commit c5c23f7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: 介绍如何通过 MySQL 协议连接到 GreptimeCloud,并提供

# MySQL

GreptimeCloud 可以通过 MySQL 协议访问,兼容大多数标准客户端和驱动程序,其连接使用 TLS 加密。有关更多信息,请参阅 GreptimeDB 的 [MySQL 客户端](https://docs.greptime.cn/nightly/user-guide/clients/mysql)
GreptimeCloud 可以通过 MySQL 协议访问,兼容大多数标准客户端和驱动程序,其连接使用 TLS 加密。有关更多信息,请参阅 GreptimeDB 的 [MySQL 客户端](https://docs.greptime.cn/nightly/user-guide/protocols/mysql)

要连接到 GreptimeCloud,使用以下信息:

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MySQL

GreptimeCloud 可以通过 MySQL 协议访问,兼容大多数标准客户端和驱动程序,其连接使用 TLS 加密。有关更多信息,请参阅 GreptimeDB 的 [MySQL 客户端](https://docs.greptime.cn/nightly/user-guide/clients/mysql)
GreptimeCloud 可以通过 MySQL 协议访问,兼容大多数标准客户端和驱动程序,其连接使用 TLS 加密。有关更多信息,请参阅 GreptimeDB 的 [MySQL 客户端](https://docs.greptime.cn/nightly/user-guide/protocols/mysql)

要连接到 GreptimeCloud,使用以下信息:

Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,8 @@
"node": ">=18.0",
"yarn": "1.22.x"
},
"packageManager": "[email protected]"
"packageManager": "[email protected]",
"resolutions": {
"@jridgewell/gen-mapping": "0.3.4"
}
}

0 comments on commit c5c23f7

Please sign in to comment.