Skip to content

Commit b4ca3c4

Browse files
committed
Fix broken link
1 parent 499d492 commit b4ca3c4

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

book/src/what_is_chalk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ and impls, into *logical predicates*. This process is called "lowering", and you
4141
can learn more about in the [*Lowering to Logic*][lowering-to-logic] and
4242
[*Lowering Rules*][lowering-rules]) sections.
4343

44-
[lowering-rules]: /clauses/lowering_rules.html
45-
[lowering-to-logic]: /clauses.html
44+
[lowering-rules]: ./clauses/lowering_rules.html
45+
[lowering-to-logic]: ./clauses.html
4646

4747
After lowering to logical predicates, Chalk then deploys a *logical solver* to
4848
find the answer to the original query; this solver is similar to a Prolog

book/src/what_is_chalk/walkthrough.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -178,14 +178,14 @@ Likewise, lowering tests use the [`lowering_success!` and
178178
## More Resources
179179

180180
* [Chalk Source Code](https://github.com/rust-lang/chalk)
181-
* [Chalk Glossary](/glossary.md)
181+
* [Chalk Glossary](../glossary.md)
182182

183-
[goals-and-clauses]: /clauses/goals_and_clauses.html
183+
[goals-and-clauses]: ../clauses/goals_and_clauses.html
184184
[HIR]: https://rustc-dev-guide.rust-lang.org/hir.html
185-
[lowering-forall]: /clauses.html#type-checking-generic-functions-beyond-horn-clauses
186-
[lowering-rules]: /clauses/lowering_rules.html
187-
[slg]: /engine/slg.html
188-
[wf-checking]: /clauses/wf.html
185+
[lowering-forall]: ../clauses.html#type-checking-generic-functions-beyond-horn-clauses
186+
[lowering-rules]: ../clauses/lowering_rules.html
187+
[slg]: ../engine/slg.html
188+
[wf-checking]: ../clauses/wf.html
189189

190190
[ast]: https://en.wikipedia.org/wiki/Abstract_syntax_tree
191191
[chalk]: https://github.com/rust-lang/chalk

0 commit comments

Comments
 (0)