diff --git a/explain-overview.md b/explain-overview.md index fe49141fa8cf..c17491baf4b9 100644 --- a/explain-overview.md +++ b/explain-overview.md @@ -322,7 +322,7 @@ mysql> EXPLAIN SELECT /*+ INL_HASH_JOIN(t1, t2) */ * FROM t1, t2 WHERE t1.id = t ## 优化实例 -使用 [bikeshare example database](https://docs.pingcap.com/tidb/stable/import-example-data): +使用 [bikeshare example database](https://github.com/pingcap/docs/blob/master/import-example-data.md): {{< copyable "sql" >}}