Skip to content

Commit

Permalink
Merge pull request #426 from Mcat12/fix/broken-links
Browse files Browse the repository at this point in the history
Fix broken links in "What is Chalk?" and "Walkthrough"
  • Loading branch information
jackh726 authored Apr 30, 2020
2 parents 4eb7f84 + b4c7212 commit 15daa1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions book/src/what_is_chalk.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ full specification. It is also meant to be an independent library that can be
integrated both into the main rustc compiler and also other programs and
contexts.

[rustc-issues]: https://github.com/rust-lang/rustc-dev-guide/issues

## High-level view of how chalk works

```mermaid
Expand Down
2 changes: 1 addition & 1 deletion book/src/what_is_chalk/walkthrough.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,12 +183,12 @@ Likewise, lowering tests use the [`lowering_success!` and
[goals-and-clauses]: /clauses/goals_and_clauses.html
[HIR]: https://rustc-dev-guide.rust-lang.org/hir.html
[lowering-forall]: /clauses.html#type-checking-generic-functions-beyond-horn-clauses
[lowering-rules]: /clauses/lowering_rules.html
[slg]: /engine/slg.html
[wf-checking]: /clauses/wf.html

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

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

0 comments on commit 15daa1a

Please sign in to comment.