Skip to content

Commit 0bc2506

Browse files
committed
fix links
1 parent 3d6e514 commit 0bc2506

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/solve/invariants.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ in the trait solver
113113

114114
#### The type system is complete during the implicit negative overlap check in coherence ✅
115115

116-
For more on overlap checking: [./overlap.md]
116+
For more on overlap checking: [../coherence.md]
117117

118118
During the implicit negative overlap check in coherence we must never return *error* for
119119
goals which can be proven. This would allow for overlapping impls with potentially different

src/traits/specialization.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Defined in the `specialize` module.
66

77
The basic strategy is to build up a *specialization graph* during
8-
coherence checking (coherence checking looks for [overlapping impls](./overlap.md)).
8+
coherence checking (coherence checking looks for [overlapping impls](../coherence.md)).
99
Insertion into the graph locates the right place
1010
to put an impl in the specialization hierarchy; if there is no right
1111
place (due to partial overlap but no containment), you get an overlap

0 commit comments

Comments
 (0)