Skip to content

Commit c802685

Browse files
authored
Correct internal links to demos
1 parent 6521816 commit c802685

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ As almost all features are provided by the server you might find interesting rea
1616
- Show documentation and sources in hackage
1717
- Formatting via [Brittany](https://github.com/lspitzner/brittany), [Floskell](https://github.com/ennocramer/floskell), [Fourmolu](https://github.com/fourmolu/fourmolu), [Ormolu](https://github.com/tweag/ormolu) or [Stylish Haskell](https://github.com/haskell/stylish-haskell)
1818
- [Multi-root workspace](https://code.visualstudio.com/docs/editor/multi-root-workspaces) support
19-
- [Code evaluation](#Code_evaluation), see its [Tutorial](https://github.com/haskell/haskell-language-server/blob/master/plugins/hls-eval-plugin/README.md)
20-
- [Integration with](#Retrie_integration) [retrie](https://hackage.haskell.org/package/retrie), a powerful, easy-to-use codemodding tool
21-
- [Code lenses for explicit import lists](#Explicit_import_lists)
22-
- [Generate functions from type signatures, and intelligently complete holes using](#Wingman) [Wingman (tactics)](https://github.com/haskell/haskell-language-server/tree/master/plugins/hls-tactics-plugin)
23-
- [Integration with](#Hlint) [hlint](https://github.com/ndmitchell/hlint), the most used haskell linter, to show diagnostics and apply hints via [apply-refact](https://github.com/mpickering/apply-refact)
24-
- [Module name suggestions](#Module_names) for insertion or correction
25-
- [Call hierarchy support](#Call_hierarchy)
19+
- [Code evaluation](#code_evaluation), see its [Tutorial](https://github.com/haskell/haskell-language-server/blob/master/plugins/hls-eval-plugin/README.md)
20+
- [Integration with](#retrie_integration) [retrie](https://hackage.haskell.org/package/retrie), a powerful, easy-to-use codemodding tool
21+
- [Code lenses for explicit import lists](#explicit_import_lists)
22+
- [Generate functions from type signatures, and intelligently complete holes using](#wingman) [Wingman (tactics)](https://github.com/haskell/haskell-language-server/tree/master/plugins/hls-tactics-plugin)
23+
- [Integration with](#hlint) [hlint](https://github.com/ndmitchell/hlint), the most used haskell linter, to show diagnostics and apply hints via [apply-refact](https://github.com/mpickering/apply-refact)
24+
- [Module name suggestions](#module_names) for insertion or correction
25+
- [Call hierarchy support](#call_hierarchy)
2626

2727
## Requirements
2828

0 commit comments

Comments
 (0)