summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2023-01-11 09:18:15 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2023-01-11 09:18:15 -0800
commit61518584b40f9357b06aeead24bc6617ba43cfee (patch)
tree086c1016e6ec2bd672e8e7e2947aa3dc72e1877c
parentec23d938e07ef8b978375766013a63f4f5b85346 (diff)
Updated some references to master -> main.
-rw-r--r--INSTALL.md2
-rw-r--r--doc/epub.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 6d1f7efbe..64b62f2ff 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -391,4 +391,4 @@ To run just the markdown benchmarks:
[stack]: https://docs.haskellstack.org/en/stable/install_and_upgrade.html
[cabal-install]: https://hackage.haskell.org/package/cabal-install
[Void]: https://voidlinux.org/
-[uninstaller]: https://raw.githubusercontent.com/jgm/pandoc/master/macos/uninstall-pandoc.pl
+[uninstaller]: https://raw.githubusercontent.com/jgm/pandoc/main/macos/uninstall-pandoc.pl
diff --git a/doc/epub.md b/doc/epub.md
index f69ee7ff3..b370b46d8 100644
--- a/doc/epub.md
+++ b/doc/epub.md
@@ -132,7 +132,7 @@ That's it! The ebook, `progit.epub`, is ready to be uploaded to your reader.
You can use the `--css` option to specify a CSS file
for the book. The default CSS is minimal and can be found
-[on GitHub](https://github.com/jgm/pandoc/blob/master/data/epub.css)
+[on GitHub](https://github.com/jgm/pandoc/blob/main/data/epub.css)
or in the `epub.css` file in your data directory
(see `--data-dir` in the [User's Guide]).