diff options
author | Julien Kirch <code@archiloque.net> | 2018-11-29 21:18:43 +0100 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-11-29 16:26:31 -0500 |
commit | cefb0886c30a54a047b7cc92a03eeefd1bfbbba4 (patch) | |
tree | 59dcc7c10efe6d722d8b004b7c550a7c9a5e92c7 /doc | |
parent | 945eed3a28fef65a65a119759788fbe19a1260aa (diff) | |
download | pandoc-cefb0886c30a54a047b7cc92a03eeefd1bfbbba4.tar.gz |
Fix progit book url
Diffstat (limited to 'doc')
-rw-r--r-- | doc/epub.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/epub.md b/doc/epub.md index 1d9480bd1..0a8131c60 100644 --- a/doc/epub.md +++ b/doc/epub.md @@ -146,9 +146,9 @@ or target readers that don't support MathML. Then you should try using the [KindleGen]: http://www.amazon.com/gp/feature.html?ie=UTF8&docId=1000234621 [EPUB]: http://en.wikipedia.org/wiki/EPUB -[Pro Git]: http://progit.org/ +[Pro Git]: https://git-scm.com/book/en/v2 [Creative Commons]: http://creativecommons.org/ -[buying a copy]: http://progit.org/ +[buying a copy]: https://git-scm.com/book/en/v2 [github site]: http://github.com/progit/progit [git]: http://git-scm.com [Dublin Core metadata elements]: http://dublincore.org/documents/dces/ |