Skip to content

Commit

Permalink
Merge pull request #71 from tarleb/https-links
Browse files Browse the repository at this point in the history
README: use https in all links
  • Loading branch information
Witiko authored Jun 19, 2024
2 parents 0b9cff9 + 1d5ecd8 commit 1c3ed15
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand All @@ -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

Expand Down

0 comments on commit 1c3ed15

Please sign in to comment.