diff --git a/en_US/data-integration/data-bridge-greptimedb.md b/en_US/data-integration/data-bridge-greptimedb.md index de406df10..48ff6f033 100644 --- a/en_US/data-integration/data-bridge-greptimedb.md +++ b/en_US/data-integration/data-bridge-greptimedb.md @@ -64,7 +64,7 @@ greptime/greptimedb standalone start \ ``` -2. The `user-provider` parameter configures the GreptimeDB authentication. You can configure it by file. For more information, refer to the [documentation](https://docs.greptime.com/user-guide/clients/authentication#authentication). +2. The `user-provider` parameter configures the GreptimeDB authentication. You can configure it by file. For more information, refer to the [documentation](https://docs.greptime.com/user-guide/deployments/authentication/static). 3. With GreptimeDB running, visit [http://localhost:4000/dashboard](http://localhost:4000/dashboard) to use the GreptimeDB dashbaord. The username and password are `greptime_user` and `greptime_pwd`. ## Create a Rule for GreptimeDB Sink diff --git a/zh_CN/data-integration/data-bridge-greptimedb.md b/zh_CN/data-integration/data-bridge-greptimedb.md index 3110338df..fbe909a09 100644 --- a/zh_CN/data-integration/data-bridge-greptimedb.md +++ b/zh_CN/data-integration/data-bridge-greptimedb.md @@ -66,7 +66,7 @@ greptime/greptimedb standalone start \ --user-provider=static_user_provider:cmd:greptime_user=greptime_pwd ``` -2. `user-provider` 参数指定了 GreptimeDB 的用户鉴权账户,你还可以通过文件的方式指定,参考[鉴权](https://docs.greptime.cn/user-guide/clients/authentication#authentication)文档。 +2. `user-provider` 参数指定了 GreptimeDB 的用户鉴权账户,你还可以通过文件的方式指定,参考[鉴权](https://docs.greptime.cn/user-guide/deployments/authentication/static)文档。 3. GreptimeDB 正常启动后,你可以通过 [http://localhost:4000/dashboard](http://localhost:4000/dashboard) 访问 GreptimeDB Dashboard,其中 username 和 password 分别输入 `greptime_user` 和 `greptime_pwd`。