From d0093957fb1bf9fcc18c73e60d42b43bdda6d777 Mon Sep 17 00:00:00 2001 From: zach valenta Date: Fri, 21 Jun 2019 10:01:59 -0400 Subject: [PATCH] fix link to other primary Markdown module --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f962b76..7c651636 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Markdown.pl. Markdown2 also comes with a number of extensions (called 2.6+ or 3.3+ (and pypy and jython, though I don't frequently test those). There is another [Python -markdown.py](https://pythonhosted.org/Markdown/). However, at +markdown.py](https://python-markdown.github.io/). However, at least at the time this project was started, markdown2.py was faster (see the [Performance Notes](https://github.com/trentm/python-markdown2/wiki/Performance-Notes)) and,