From 1d5ecd893fdb72953cfa232d6f7e85d2edf00a05 Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Wed, 19 Jun 2024 17:02:28 +0200 Subject: [PATCH] README: use https in all links --- README.markdown | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.markdown b/README.markdown index a18f695c8..bd9fe97d4 100644 --- a/README.markdown +++ b/README.markdown @@ -8,7 +8,7 @@ written using a PEG grammar and can also be modified by the user. The library is as portable as lua and has very good performance. It is roughly as fast as the author's own C library -[peg-markdown](http://github.com/jgm/peg-markdown), +[peg-markdown](https://github.com/jgm/peg-markdown), two orders of magnitude faster than `Markdown.pl`, and three orders of magnitude faster than `markdown.lua`. @@ -23,11 +23,11 @@ and three orders of magnitude faster than `markdown.lua`. [Source code repository]: https://github.com/jgm/lunamark [Issue tracker]: https://github.com/jgm/lunamark/issues -[Website]: http://jgm.github.io/lunamark -[API documentation]: http://jgm.github.io/lunamark/doc/ -[lunamark(1)]: http://jgm.github.io/lunamark/lunamark.1.html -[lunadoc(1)]: http://jgm.github.io/lunamark/lunadoc.1.html -[dzslides]: http://paulrouget.com/dzslides/ +[Website]: https://jgm.github.io/lunamark +[API documentation]: https://jgm.github.io/lunamark/doc/ +[lunamark(1)]: https://jgm.github.io/lunamark/lunamark.1.html +[lunadoc(1)]: https://jgm.github.io/lunamark/lunadoc.1.html +[dzslides]: https://paulrouget.com/dzslides/ # Extensions