Skip to content

Commit e77213d

Browse files
committed
Auto merge of #635 - jackh726:book-fix, r=jackh726
Fix glossary links Just fixing these links. Will probably just merge these on CI green since these are trivial.
2 parents f7a2862 + b7ac5f0 commit e77213d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

book/src/glossary.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ This is a glossary of terminology (possibly) used in the chalk crate.
2424
- `exists<T> { Vec<T>: Clone }`: does there exist a `T` such that `Vec<T>`
2525
implements `Clone`?
2626

27-
[Type inference variable]: ../types/rust_types.md#inference-variables
28-
[Bound variable]: ../types/rust_types.md#bound-variables
27+
[Type inference variable]: ./types/rust_types.md#inference-variables
28+
[Bound variable]: ./types/rust_types.md#bound-variables
2929
[`forall`]: #debruijn-index
30-
[Placeholder]: ../types/rust_types.md#placeholders
31-
[Clause]: ../clauses/goals_and_clauses.md
30+
[Placeholder]: ./types/rust_types.md#placeholders
31+
[Clause]: ./clauses/goals_and_clauses.md
3232

3333
## Binary connective
3434
There are sixteen logical connectives on two boolean variables. The most

0 commit comments

Comments
 (0)