diff --git a/XMonad/Doc.hs b/XMonad/Doc.hs index 7d1baaed..7bee4335 100644 --- a/XMonad/Doc.hs +++ b/XMonad/Doc.hs @@ -49,9 +49,9 @@ import XMonad.Doc.Developing () xmonad is a tiling window manager for X. The xmonad-contrib library collects third party tiling algorithms, hooks, configurations, scripts, and other extensions to xmonad. The source for this library -is available from via darcs: +is available from via git: -> darcs get http://code.haskell.org/XMonadContrib +> git clone https://github.com/xmonad/xmonad-contrib.git Each stable release of xmonad is accompanied by a stable release of the contrib library, which you should use if (and only if) you're diff --git a/XMonad/Doc/Extending.hs b/XMonad/Doc/Extending.hs index 432be26e..118551a3 100644 --- a/XMonad/Doc/Extending.hs +++ b/XMonad/Doc/Extending.hs @@ -102,7 +102,7 @@ For more information about any particular module, just click on its name to view its Haddock documentation; each module should come with extensive documentation. If you find a module that could be better documented, or has incorrect documentation, please report it as a bug -()! +()! -}