Skip to content

Commit 5676f99

Browse files
authored
dev guide: fix broken link (#20324)
1 parent ba547f1 commit 5676f99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

develop/dev-guide-timeouts-in-tidb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ TiDB 的事务的实现采用了 MVCC(多版本并发控制)机制,当新
3636
>
3737
> 在这些场景中,你必须使用 `tikv_gc_life_time` 提前手动调长 GC 时间,以避免因为导出过程中发生 GC 导致导出失败。详见 TiDB 工具 Dumpling 的[手动设置 TiDB GC 时间](/dumpling-overview.md#手动设置-tidb-gc-时间)
3838
39-
更多关于 GC 的信息,请参考 [GC 机制简介](https://pingcap.com/docs-cn/stable/reference/garbage-collection/overview/)文档。
39+
更多关于 GC 的信息,请参考 [GC 机制简介](/garbage-collection-overview.md)文档。
4040

4141
## 事务超时
4242

0 commit comments

Comments
 (0)