From 2a8f51e6eb7be9931a53c3e11b2f3a205cb25a21 Mon Sep 17 00:00:00 2001 From: Xeonacid Date: Wed, 5 Sep 2018 22:25:02 +0800 Subject: [PATCH] Update heavy-light-decomposition.md --- docs/graph/heavy-light-decomposition.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/graph/heavy-light-decomposition.md b/docs/graph/heavy-light-decomposition.md index 57b6091e..a76ce956 100644 --- a/docs/graph/heavy-light-decomposition.md +++ b/docs/graph/heavy-light-decomposition.md @@ -1,6 +1,6 @@ By [hsfzLZH1](https://github.com/hsfzLZH1) -在学习本部分时,请先学习 **[线段树](ds/segment/)** 的相关内容。 +在学习本部分时,请先学习 **[线段树](/ds/segment/)** 的相关内容。 ## 树链剖分的思想及能解决的问题 -- 2.11.0