diff --git a/examples/README.md b/examples/README.md index 131149e..32499be 100644 --- a/examples/README.md +++ b/examples/README.md @@ -18,4 +18,4 @@ docker run --rm -p 4000-4003:4000-4003 \ ## Query -Your can using [MySQL Client](https://docs.greptime.com/user-guide/clients/mysql) to query the data from GreptimeDB. +Your can using [MySQL Client](https://docs.greptime.com/user-guide/protocols/mysql) to query the data from GreptimeDB. diff --git a/examples/object/README.md b/examples/object/README.md index 1c82fdb..a459788 100644 --- a/examples/object/README.md +++ b/examples/object/README.md @@ -19,7 +19,7 @@ Output: ## Query -Your can using [MySQL Client](https://docs.greptime.com/user-guide/clients/mysql) to query the data from GreptimeDB. +Your can using [MySQL Client](https://docs.greptime.com/user-guide/protocols/mysql) to query the data from GreptimeDB. ```shell $ mysql -h 127.0.0.1 -P 4002 public