Update development references (darcs, code.google.com, etc.)

* All references to darcs have been updated to git

  * Most Google Code references have been changed to GitHub

  * References to specific issues at code.google.com have been left
    alone

  * Updated the GenerateManpage.hs to work with the latest version of
    pandoc
This commit is contained in:
Peter Jones 2015-12-11 11:17:26 -07:00
parent c98f2b16db
commit 126ce6f3c9
2 changed files with 3 additions and 3 deletions

View File

@ -49,9 +49,9 @@ import XMonad.Doc.Developing ()
xmonad is a tiling window manager for X. The xmonad-contrib library xmonad is a tiling window manager for X. The xmonad-contrib library
collects third party tiling algorithms, hooks, configurations, collects third party tiling algorithms, hooks, configurations,
scripts, and other extensions to xmonad. The source for this library scripts, and other extensions to xmonad. The source for this library
is available from <http://code.haskell.org/XMonadContrib> via darcs: is available from <https://github.com/xmonad/xmonad-contrib> 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 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 the contrib library, which you should use if (and only if) you're

View File

@ -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 name to view its Haddock documentation; each module should come with
extensive documentation. If you find a module that could be better extensive documentation. If you find a module that could be better
documented, or has incorrect documentation, please report it as a bug documented, or has incorrect documentation, please report it as a bug
(<http://code.google.com/p/xmonad/issues/list>)! (<https://github.com/xmonad/xmonad/issues>)!
-} -}