Skip to content

Commit 7f307a3

Browse files
VLanvinfacebook-github-bot
authored andcommitted
Fix relative links
Reviewed By: alanz Differential Revision: D40935361 fbshipit-source-id: 6848efe5a4dc0605dfa22bab1139cad9608c13fb
1 parent 8d4232f commit 7f307a3

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

docs/reference.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
# Technical documentation
22

3-
- ### [Syntax of types and specs in eqWAlizer](reference/types.md)
3+
- ### [Syntax of types and specs in eqWAlizer](./reference/types.md)
44

5-
- ### [Gradual and strict modes](reference/modes.md)
5+
- ### [Gradual and strict modes](./reference/modes.md)
66

7-
- ### [Narrowing and occurrence typing](reference/narrowing.md)
7+
- ### [Narrowing and occurrence typing](./reference/narrowing.md)
88

9-
- [Narrowing](reference/narrowing.md#type-narrowing)
10-
- [Occurrence typing](reference/narrowing.md#occurrence-typing)
9+
- [Narrowing](./reference/narrowing.md#type-narrowing)
10+
- [Occurrence typing](./reference/narrowing.md#occurrence-typing)
1111

12-
- ### [Generics and type inference](reference/generics.md)
12+
- ### [Generics and type inference](./reference/generics.md)
1313

14-
- ### [Subtyping in eqWAlizer](reference/subtyping.md)
14+
- ### [Subtyping in eqWAlizer](./reference/subtyping.md)
1515

16-
- ### [Advanced features](reference/advanced.md)
16+
- ### [Advanced features](./reference/advanced.md)
1717

18-
- [Overloaded specs](reference/advanced.md#overloaded-specs)
18+
- [Overloaded specs](./reference/advanced.md#overloaded-specs)
1919

20-
- ### [Reference of errors](reference/errors.md)
20+
- ### [Reference of errors](./reference/errors.md)

docs/reference/errors.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ pattern matched to ensure that `Atom = a`.
115115

116116
For best practices for writing specs, see writing specs.
117117
For more information about the type system, including dynamic(), term(),
118-
and shapes, see [Syntax of types and specs in eqWAlizer](types.md)
119-
and [Subtyping in eqWAlizer](subtyping.md).
118+
and shapes, see [Syntax of types and specs in eqWAlizer](./types.md)
119+
and [Subtyping in eqWAlizer](./subtyping.md).
120120

121121

122122
### not_enough_info_to_branch
@@ -143,7 +143,7 @@ with `b`.
143143
If you see this error, most likely the problem is with the overloaded function,
144144
not the function that is calling the overloaded function and can be fixed by
145145
ensuring the sub-specs of overloaded functions do not have overlapping domains.
146-
See [Overloaded Specs](advanced.md#overloaded-specs).
146+
See [Overloaded Specs](./advanced.md#overloaded-specs).
147147

148148

149149
### fun_arity_mismatch
@@ -376,7 +376,7 @@ Otherwise, it is also possible to use *refined record fields*:
376376
-type good_refined(T) :: #good{field :: {T, number()}}.
377377
```
378378

379-
For more information, see [Records and Tuples](subtyping.md#records-and-tuples).
379+
For more information, see [Records and Tuples](./subtyping.md#records-and-tuples).
380380

381381

382382
### ty_var_with_multiple_constraints

0 commit comments

Comments
 (0)