hf200012 commented on code in PR #13169: URL: https://github.com/apache/doris/pull/13169#discussion_r990612161
########## docs/en/docs/data-table/basic-usage.md: ########## @@ -107,7 +107,7 @@ CREATE DATABASE example_db; > > If you don't know the full name of the command, you can use "help command a > field" for fuzzy query. If you type `HELP CREATE`, you can match commands > like `CREATE DATABASE', `CREATE TABLE', `CREATE USER', etc. -After the database is created, you can view the database information through [SHOW DATABASES](../sql-manual/sql-reference/Show-Statements/SHOW-DATABASES.html#show-databases). +After the database is created, you can view the database information through [SHOW DATABASES](../sql-manual/sql-reference/Show-Statements/SHOW-DATABASES.md#show-databases). Review Comment: ```suggestion After the database is created, you can view the database information through [SHOW DATABASES](../sql-manual/sql-reference/Show-Statements/SHOW-DATABASES). ``` ########## docs/zh-CN/docs/data-table/basic-usage.md: ########## @@ -130,7 +130,7 @@ CREATE DATABASE example_db; > SHOW CREATE ROUTINE LOAD > ``` -数据库创建完成之后,可以通过 [SHOW DATABASES](../sql-manual/sql-reference/Show-Statements/SHOW-DATABASES.html#show-databases) 查看数据库信息。 +数据库创建完成之后,可以通过 [SHOW DATABASES](../sql-manual/sql-reference/Show-Statements/SHOW-DATABASES.md#show-databases) 查看数据库信息。 Review Comment: ```suggestion 数据库创建完成之后,可以通过 [SHOW DATABASES](../sql-manual/sql-reference/Show-Statements/SHOW-DATABASES) 查看数据库信息。 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org