diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-11-04 10:33:02 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-11-04 10:33:02 -0700 |
commit | 330fe87799ee41696683caf919905d79e550299f (patch) | |
tree | 5affa2a125e13e6c01386325cede73b2c63dd828 | |
parent | 8a216b00ef3207dba1438387c6064a97719c8fb3 (diff) | |
parent | 2aef7f1f9ed4ac9ef1fbec41ca782e946f992f6c (diff) | |
download | pandoc-330fe87799ee41696683caf919905d79e550299f.tar.gz |
Merge branch 'master' of github.com:jgm/pandoc
-rw-r--r-- | INSTALL.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/INSTALL.md b/INSTALL.md index 2db0bf20a..8905d856e 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -56,7 +56,7 @@ old. - We provide a binary package for amd64 architecture on - the download page. This provides both pandoc and + the [download page]. This provides both pandoc and pandoc-citeproc. The executables are statically linked and have no dynamic dependencies. Both a tarball and a deb installer are provided. @@ -322,7 +322,7 @@ To run just the markdown benchmarks: [Arch]: https://www.archlinux.org/packages/community/x86_64/pandoc/ [Cabal User's Guide]: http://www.haskell.org/cabal/release/latest/doc/users-guide/builders.html#setup-configure-paths -[Debian]: http://packages.debian.org/lenny/pandoc +[Debian]: https://packages.debian.org/pandoc [Fedora]: https://apps.fedoraproject.org/packages/pandoc [FreeBSD ports]: http://www.freshports.org/textproc/pandoc/ [GHC]: http://www.haskell.org/ghc/ @@ -331,9 +331,9 @@ To run just the markdown benchmarks: [MacPorts]: http://trac.macports.org/browser/trunk/dports/textproc/pandoc/Portfile [MacTeX]: https://tug.org/mactex/ [NetBSD]: http://pkgsrc.se/wip/pandoc -[NixOS]: http://nixos.org/nixos/ -[Slackware]: http://www.linuxpackages.net/search_view.php?by=name&name=pandoc&ver= -[Ubuntu]: http://www.ubuntu.com +[NixOS]: https://nixos.org/nixos/packages.html +[Slackware]: https://www.slackbuilds.org/result/?search=pandoc&sv= +[Ubuntu]: https://packages.ubuntu.com/pandoc [download page]: https://github.com/jgm/pandoc/releases/latest [gentoo]: http://packages.gentoo.org/package/app-text/pandoc [haskell repository]: https://wiki.archlinux.org/index.php/Haskell_Package_Guidelines#.5Bhaskell.5D |