Skip to content

Commit b886ac3

Browse files
committed
Docs: Fix some links in eval plugin in-source documentation
1 parent 6d59fcd commit b886ac3

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

plugins/hls-eval-plugin/src/Ide/Plugin/Eval/Handlers.hs

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,10 @@
77
{-# LANGUAGE ViewPatterns #-}
88
{-# OPTIONS_GHC -Wno-type-defaults #-}
99

10-
{- |
11-
A plugin inspired by the REPLoid feature of <https://github.com/jyp/dante Dante>, <https://www.haskell.org/haddock/doc/html/ch03s08.html#idm140354810775744 Haddock>'s Examples and Properties and <https://hackage.haskell.org/package/doctest Doctest>.
12-
13-
For a full example see the "Ide.Plugin.Eval.Tutorial" module.
14-
-}
10+
-- | -- A plugin inspired by the REPLoid feature of
11+
-- [Dante](https://github.com/jyp/dante),
12+
-- [Haddock examples and properties](https://haskell-haddock.readthedocs.io/latest/markup.html#examples),
13+
-- and [Doctest](https://hackage.haskell.org/package/doctest).
1514
module Ide.Plugin.Eval.Handlers (
1615
codeAction,
1716
codeLens,

0 commit comments

Comments
 (0)