Skip to content

Commit 74818ad

Browse files
committed
Fix link to Minimums in recursive solver documentation
1 parent 93c844d commit 74818ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/src/recursive/search_graph.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ recursively invoking some goal G2 that is in the search graph but *not* present
183183
on the stack, then we update the current [`Minimums`] with the values stored in
184184
the search graph.
185185

186-
[`Minimums`]: http://rust-lang.github.io/chalk/chalk_solve/recursive/struct.Minimums.html
186+
[`Minimums`]: http://rust-lang.github.io/chalk/chalk_solve/recursive/lib/struct.Minimums.html
187187

188188
## Removing nodes from the graph
189189

0 commit comments

Comments
 (0)