Skip to content

Commit

Permalink
fix: dead document links (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicecui authored Sep 6, 2024
1 parent cf6fa66 commit d054e6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion examples/object/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d054e6d

Please sign in to comment.