diff options
author | Jannis Vajen <jvajen@mailbox.org> | 2021-05-26 16:26:30 +0200 |
---|---|---|
committer | Waylan Limberg <waylan.limberg@icloud.com> | 2021-05-26 17:48:37 -0400 |
commit | 3ea29f9d9b7d201269444dccedc0383065532b7e (patch) | |
tree | ca7d8ea9110c1ecb0ef86a73cf6b138de2849bd4 /docs | |
parent | eacff473a2600902c200af8c88446af6c183203f (diff) | |
download | python-markdown-3ea29f9d9b7d201269444dccedc0383065532b7e.tar.gz |
Fix link to extensions tutorial
The previous link was pointing at a stale wiki page.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/extensions/api.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/extensions/api.md b/docs/extensions/api.md index 161e886..d00bfbd 100644 --- a/docs/extensions/api.md +++ b/docs/extensions/api.md @@ -868,7 +868,7 @@ assert someitem in registry [match object]: https://docs.python.org/3/library/re.html#match-objects [bug tracker]: https://github.com/Python-Markdown/markdown/issues [extension source]: https://github.com/Python-Markdown/markdown/tree/master/markdown/extensions -[tutorial]: https://github.com/Python-Markdown/markdown/wiki/Tutorial:-Writing-Extensions-for-Python-Markdown +[tutorial]: https://github.com/Python-Markdown/markdown/wiki/Tutorial-1---Writing-Extensions-for-Python-Markdown [workingwithetree]: #working_with_et [Integrating your code into Markdown]: #integrating_into_markdown [extendMarkdown]: #extendmarkdown |