Skip to content

Commit b576b25

Browse files
authored
Merge pull request #493 from Mcat12/fix/recursive-solver-links
Fix link to Minimums in recursive solver documentation
2 parents 93c844d + 74818ad commit b576b25

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)