aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-03-04 08:58:28 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2021-03-04 08:58:28 -0800
commit5d60fcf4d7da930754e26b4d6894f98cbdce8ae4 (patch)
tree76fb463f37e7dbeb45539b29ed3bf17db6d0a6cd /README.md
parentba2793e4fab3a5c0bc7bccc1bf57dbbb4b9267eb (diff)
downloadpandoc-5d60fcf4d7da930754e26b4d6894f98cbdce8ae4.tar.gz
Update README.md.
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index 744c52f52..d72e86305 100644
--- a/README.md
+++ b/README.md
@@ -8,10 +8,10 @@ pandoc --lua-filter tools/update-readme.lua README.template -o README.md
[![github
release](https://img.shields.io/github/release/jgm/pandoc.svg?label=current+release)](https://github.com/jgm/pandoc/releases)
[![hackage
-release](https://img.shields.io/hackage/v/pandoc.svg?label=hackage)](http://hackage.haskell.org/package/pandoc)
-[![homebrew](https://img.shields.io/homebrew/v/pandoc.svg)](http://brewformulas.org/Pandoc)
+release](https://img.shields.io/hackage/v/pandoc.svg?label=hackage)](https://hackage.haskell.org/package/pandoc)
+[![homebrew](https://img.shields.io/homebrew/v/pandoc.svg)](https://formulae.brew.sh/formula/pandoc)
[![stackage LTS
-package](http://stackage.org/package/pandoc/badge/lts)](http://stackage.org/lts/package/pandoc)
+package](https://stackage.org/package/pandoc/badge/lts)](https://www.stackage.org/lts/package/pandoc-types)
[![CI
tests](https://github.com/jgm/pandoc/workflows/CI%20tests/badge.svg)](https://github.com/jgm/pandoc/actions)
[![license](https://img.shields.io/badge/license-GPLv2+-lightgray.svg)](https://www.gnu.org/licenses/gpl.html)
@@ -20,7 +20,7 @@ groups](https://img.shields.io/badge/pandoc-discuss-red.svg?style=social)](https
## The universal markup converter
-Pandoc is a [Haskell](http://haskell.org) library for converting from
+Pandoc is a [Haskell](https://haskell.org) library for converting from
one markup format to another, and a command-line tool that uses this
library. It can convert *from*
@@ -175,7 +175,7 @@ It can convert *to*
and JavaScript slide show)
- `slidy` ([Slidy](https://www.w3.org/Talks/Tools/Slidy2/) HTML and
JavaScript slide show)
-- `dzslides` ([DZSlides](http://paulrouget.com/dzslides/) HTML5 +
+- `dzslides` ([DZSlides](https://paulrouget.com/dzslides/) HTML5 +
JavaScript slide show),
- `revealjs` ([reveal.js](https://revealjs.com/) HTML5 + JavaScript
slide show)
@@ -239,6 +239,6 @@ opening a new issue.
## License
© 2006-2021 John MacFarlane (jgm@berkeley.edu). Released under the
-[GPL](http://www.gnu.org/copyleft/gpl.html "GNU General Public License"),
+[GPL](https://www.gnu.org/licenses/old-licenses/gpl-2.0.html "GNU General Public License"),
version 2 or greater. This software carries no warranty of any kind.
(See COPYRIGHT for full copyright and warranty notices.)