Skip to content

Commit a445cbf

Browse files
newswimhdgarrood
authored andcommitted
fix broken link (#252)
1 parent d5a40ba commit a445cbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

errors/MissingTypeDeclaration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ main = log "A type annotation has been provided!"
2828

2929
## Notes
3030

31-
Many of [the PureScript text editor plugins](ecosystem/Editor-and-tool-support.md) can save you the effort of writing type annotations by filling in the types for you.
31+
Many of [the PureScript text editor plugins](/ecosystem/Editor-and-tool-support.md) can save you the effort of writing type annotations by filling in the types for you.
3232

3333
Declarations which are not at the top level, such as those contained within `let` or `where` clauses, are not considered as important to annotate with types, and so the compiler does not issue warnings when these declarations are not annotated. The following example compiles without warnings, even though `message` has not been given a type annotation:
3434

0 commit comments

Comments
 (0)