Skip to content

Commit 87e0599

Browse files
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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1625,9 +1625,9 @@ packages, you should run the appropriate package-manager for that (e.g. npm).
16251625

16261626
Spago dropped support for the --watch flag in `spago build` and `spago test`.
16271627

1628-
VSCode users are recommended to use the [Purescript IDE](purescript-ide) extension for seamless experiences with automatic rebuilds.
1628+
VSCode users are recommended to use the [Purescript IDE][ide-purescript] extension for seamless experiences with automatic rebuilds.
16291629

1630-
Users of other editors, e.g. vim, emacs, etc., can make use of the underlying [LSP plugin](purescript-language-server).
1630+
Users of other editors, e.g. vim, emacs, etc., can make use of the underlying [LSP plugin][purescript-language-server].
16311631

16321632
If you want a very simple drop in replacement for `spago test --watch`, you can use a general purpose tool such as [watchexec]:
16331633

@@ -1664,6 +1664,6 @@ and similarly for the `test` folder, using that for the test sources.
16641664
[purescript-overlay]: https://github.com/thomashoneyman/purescript-overlay
16651665
[sample-package-set]: https://github.com/purescript/registry/blob/main/package-sets/41.2.0.json
16661666
[watchexec]: https://github.com/watchexec/watchexec#quick-start
1667-
[purescript-langugage-server]: https://github.com/nwolverson/purescript-language-server
1667+
[purescript-language-server]: https://github.com/nwolverson/purescript-language-server
16681668
[ide-purescript]: https://marketplace.visualstudio.com/items?itemName=nwolverson.ide-purescript
16691669
[registry-dev-auth]: https://github.com/purescript/registry-dev/blob/master/SPEC.md#52-authentication

0 commit comments

Comments
 (0)