diff --git a/sql-statements/sql-statement-admin-check-table-index.md b/sql-statements/sql-statement-admin-check-table-index.md index 1257951b728a5..42146135bcc62 100644 --- a/sql-statements/sql-statement-admin-check-table-index.md +++ b/sql-statements/sql-statement-admin-check-table-index.md @@ -13,7 +13,7 @@ It does not support the following: - Checking [FOREIGN KEY constraints](/foreign-key.md). - Checking the PRIMARY KEY index if a [clustered primary key](/clustered-indexes.md) is used. -If `ADMIN CHECK [TABLE|INDEX]` finds any issues, you can resolve them by dropping and recreating the index. If the issue is not resolved, you can report an [issue](https://github.com/pingcap/tidb/issues/new/choose) on GitHub. +If `ADMIN CHECK [TABLE|INDEX]` finds any issues, you can resolve them by dropping and recreating the index. If the issue is not resolved, you can [report a bug](/support.md). ## Principles @@ -69,4 +69,4 @@ This statement is a TiDB extension to MySQL syntax. ## See also -* [`ADMIN REPAIR`](/sql-statements/sql-statement-admin.md#admin-repair-statement) \ No newline at end of file +* [`ADMIN REPAIR`](/sql-statements/sql-statement-admin.md#admin-repair-statement)