diff options
author | John MacFarlane <jgm@berkeley.edu> | 2016-10-25 16:47:31 +0200 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2016-10-25 16:47:31 +0200 |
commit | c0e8c02ca4fb393914636fb86d9a28621891766d (patch) | |
tree | 60e769f2ce63a55d3e2c0441497566634adc5064 | |
parent | 14bcf97fd8dc526ef69bd51ab211205fa0b4a8f5 (diff) | |
download | pandoc-c0e8c02ca4fb393914636fb86d9a28621891766d.tar.gz |
Removed duplicate link refs.
-rw-r--r-- | INSTALL.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/INSTALL.md b/INSTALL.md index d3a853f4c..e2c1427d3 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -178,9 +178,6 @@ The easiest way to build pandoc from source is to use [stack]: The `pandoc-citeproc.1` man page will also be installed automatically. -[GHC]: http://www.haskell.org/ghc/ -[Haskell platform]: http://hackage.haskell.org/platform/ -[cabal-install]: http://hackage.haskell.org/trac/hackage/wiki/CabalInstall ### Custom cabal method @@ -338,4 +335,5 @@ install --test --stack-yaml stack.full.yaml`. [openSUSE]: https://software.opensuse.org/package/pandoc [source tarball]: http://hackage.haskell.org/package/pandoc [stack]: http://docs.haskellstack.org/en/stable/install_and_upgrade.html +[cabal-install]: http://hackage.haskell.org/trac/hackage/wiki/CabalInstall [uninstaller]: https://raw.githubusercontent.com/jgm/pandoc/master/osx/uninstall-pandoc.pl |