Skip to content

Commit 15daa1a

Browse files
authored
Merge pull request #426 from Mcat12/fix/broken-links
Fix broken links in "What is Chalk?" and "Walkthrough"
2 parents 4eb7f84 + b4c7212 commit 15daa1a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

book/src/what_is_chalk.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ full specification. It is also meant to be an independent library that can be
1111
integrated both into the main rustc compiler and also other programs and
1212
contexts.
1313

14+
[rustc-issues]: https://github.com/rust-lang/rustc-dev-guide/issues
15+
1416
## High-level view of how chalk works
1517

1618
```mermaid

book/src/what_is_chalk/walkthrough.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,12 +183,12 @@ Likewise, lowering tests use the [`lowering_success!` and
183183
[goals-and-clauses]: /clauses/goals_and_clauses.html
184184
[HIR]: https://rustc-dev-guide.rust-lang.org/hir.html
185185
[lowering-forall]: /clauses.html#type-checking-generic-functions-beyond-horn-clauses
186+
[lowering-rules]: /clauses/lowering_rules.html
186187
[slg]: /engine/slg.html
187188
[wf-checking]: /clauses/wf.html
188189

189190
[ast]: https://en.wikipedia.org/wiki/Abstract_syntax_tree
190191
[chalk]: https://github.com/rust-lang/chalk
191-
[rustc-issues]: https://github.com/rust-lang/rustc-dev-guide/issues
192192
[universal quantification]: https://en.wikipedia.org/wiki/Universal_quantification
193193

194194
[`ProgramClause`]: https://rust-lang.github.io/chalk/chalk_ir/struct.ProgramClause.html

0 commit comments

Comments
 (0)