Skip to content

Commit 2124514

Browse files
Fix broken links to incremental components
1 parent 5557ccf commit 2124514

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: doc/disjoint_sets.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ <h3>Complexity</h3>
169169
very slowly, much more slowly than the <i>log</i> function.</p>
170170

171171
<h3>See Also</h3><a href=
172-
"../graph/doc/incremental_components.html"><tt>incremental_connected_components()</tt></a>
172+
"../doc/incremental_components.html"><tt>incremental_connected_components()</tt></a>
173173
<hr>
174174
<pre>
175175
disjoint_sets_with_storage&lt;ID,InverseID,FindCompress&gt;
@@ -181,7 +181,7 @@ <h3>See Also</h3><a href=
181181
The rank and parent properties are initialized during construction so the
182182
each element is in a set by itself (so it is not necessary to initialize
183183
objects of this class with the <a href=
184-
"../graph/doc/incremental_components.html#sec:initialize-incremental-components">
184+
"../doc/incremental_components.html#sec:initialize-incremental-components">
185185
<tt>initialize_incremental_components()</tt></a> function). This class is
186186
especially useful when computing the (dynamic) connected components of an
187187
<tt>edge_list</tt> graph which does not provide a place to store vertex

0 commit comments

Comments
 (0)