From 969a0d4bbc1cdfc763b1b57672dd32eca1cc6abf Mon Sep 17 00:00:00 2001 From: squidfunk <martin.donath@squidfunk.com> Date: Thu, 22 Feb 2018 19:26:35 +0100 Subject: [PATCH] Fixed links to Python Markdown documentation --- docs/extensions/admonition.md | 2 +- docs/extensions/codehilite.md | 2 +- docs/extensions/footnotes.md | 2 +- docs/extensions/metadata.md | 2 +- docs/extensions/permalinks.md | 2 +- docs/extensions/pymdown.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/extensions/admonition.md b/docs/extensions/admonition.md index d52d7386..e05cb74e 100644 --- a/docs/extensions/admonition.md +++ b/docs/extensions/admonition.md @@ -4,7 +4,7 @@ makes it possible to add block-styled side content to your documentation, for example summaries, notes, hints or warnings. - [1]: https://pythonhosted.org/Markdown/extensions/admonition.html + [1]: https://python-markdown.github.io/extensions/admonition/ ## Installation diff --git a/docs/extensions/codehilite.md b/docs/extensions/codehilite.md index 51b13bc9..d990a082 100644 --- a/docs/extensions/codehilite.md +++ b/docs/extensions/codehilite.md @@ -10,7 +10,7 @@ executed during compilation of the Markdown file. further directions on how to set up Pygments or use the official [Docker image][3] with all dependencies pre-installed. - [1]: https://pythonhosted.org/Markdown/extensions/code_hilite.html + [1]: https://python-markdown.github.io/extensions/code_hilite/ [2]: http://pygments.org [3]: https://hub.docker.com/r/squidfunk/mkdocs-material/ diff --git a/docs/extensions/footnotes.md b/docs/extensions/footnotes.md index a33458bc..a271ad86 100644 --- a/docs/extensions/footnotes.md +++ b/docs/extensions/footnotes.md @@ -3,7 +3,7 @@ [Footnotes][1] is another extension included in the standard Markdown library. As the name says, it adds the ability to add footnotes to your documentation. - [1]: https://pythonhosted.org/Markdown/extensions/footnotes.html + [1]: https://python-markdown.github.io/extensions/footnotes/ ## Installation diff --git a/docs/extensions/metadata.md b/docs/extensions/metadata.md index 5b77b589..1bf2205a 100644 --- a/docs/extensions/metadata.md +++ b/docs/extensions/metadata.md @@ -7,7 +7,7 @@ source: metadata.md The [Metadata][1] extension makes it possible to add metadata to a document which gives more control over the theme in a page-specific context. - [1]: https://pythonhosted.org/Markdown/extensions/meta_data.html + [1]: https://python-markdown.github.io/extensions/meta_data/ ## Installation diff --git a/docs/extensions/permalinks.md b/docs/extensions/permalinks.md index d3447512..d75b6c2f 100644 --- a/docs/extensions/permalinks.md +++ b/docs/extensions/permalinks.md @@ -5,7 +5,7 @@ of the standard Markdown library. The extension inserts an anchor at the end of each headline, which makes it possible to directly link to a subpart of the document. - [1]: https://pythonhosted.org/Markdown/extensions/toc.html + [1]: https://python-markdown.github.io/extensions/toc/ ## Installation diff --git a/docs/extensions/pymdown.md b/docs/extensions/pymdown.md index baa4f148..9705d42d 100644 --- a/docs/extensions/pymdown.md +++ b/docs/extensions/pymdown.md @@ -238,7 +238,7 @@ lists and other block elements, which the [Fenced Code Blocks][23] extension from the standard Markdown library doesn't parse correctly. [22]: https://facelessuser.github.io/pymdown-extensions/extensions/superfences/ - [23]: https://pythonhosted.org/Markdown/extensions/fenced_code_blocks.html + [23]: https://python-markdown.github.io/extensions/fenced_code_blocks/ ### Tasklist -- GitLab