Commit 87e0599
authored
Fix ide and vscode markdown link references (#1354)
fixes are:
1. The following `[]()` url links should've been `[][]` reference
links:
- `[Purescript IDE](purescript-ide)`
- `[LSP plugin](purescript-language-server)`
2. The following typos were corrected:
- `purescript-ide` in the link `[Purescript IDE]` was changed to
match the `ide-purescript` reference in the references table
- `purescript-langugage-server` was corrected to remove the
extra g to make it `purescript-language-server` to match the
url, the reference in the `[LSP Plugin]` link, and proper
english spelling.1 parent 6f6ce7c commit 87e0599
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1625 | 1625 | | |
1626 | 1626 | | |
1627 | 1627 | | |
1628 | | - | |
| 1628 | + | |
1629 | 1629 | | |
1630 | | - | |
| 1630 | + | |
1631 | 1631 | | |
1632 | 1632 | | |
1633 | 1633 | | |
| |||
1664 | 1664 | | |
1665 | 1665 | | |
1666 | 1666 | | |
1667 | | - | |
| 1667 | + | |
1668 | 1668 | | |
1669 | 1669 | | |
0 commit comments