Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit c25e5ab

Browse files
committed
tweaks based on irc feedback
1 parent c4551a5 commit c25e5ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/Report-2015-12.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ One of the principles of HIE is that each plugin/command provides a `PluginDescr
2323
Moritz Kiefer has created a module[1] to take this information and generate API documentation[2]. The information is present, but help with styling / presentation will be gladly accepted.
2424

2525
- [1] https://github.com/haskell/haskell-ide-engine/tree/master/hie-docs-generator
26-
- [2] https://cocreature.github.io/haskell-ide-engine/
26+
- [2] https://haskell.github.io/haskell-ide-engine/
2727

2828
#### 2. Leksah context menu (@jpmoresmau)
2929

@@ -33,9 +33,9 @@ JP Moresmau has extended the Leksah integration[3][4] to now provide a context-s
3333
- [4] https://github.com/JPMoresmau/leksah-server/tree/hie_integration
3434
- [5] https://github.com/haskell/haskell-ide-engine/tree/master/hie-base
3535

36-
#### 3. Deeper emacs integration (@cocreature)
36+
#### 3. Deeper Emacs integration (@cocreature)
3737

38-
The emacs integration uses the `PluginDescriptor` to generate a set of elisp functions corresponding to each plugin command.
38+
The Emacs integration uses the `PluginDescriptor` to generate a set of elisp functions corresponding to each plugin command.
3939

4040
- The macro generating these has been extended to populate the docstrings for these.
4141
- It also handles the `HieDiff` return type which means it can apply the changes from a HaRe refactoring, or any other plugin generating a diff.

0 commit comments

Comments
 (0)