diff --git a/docs/content.rst b/docs/content.rst index 9372d8b3..3eb6950d 100644 --- a/docs/content.rst +++ b/docs/content.rst @@ -535,6 +535,6 @@ metadata to include ``Status: published``. .. _W3C ISO 8601: http://www.w3.org/TR/NOTE-datetime .. _AsciiDoc: http://www.methods.co.nz/asciidoc/ .. _pelican-plugins: http://github.com/getpelican/pelican-plugins -.. _Markdown Extensions: http://pythonhosted.org/Markdown/extensions/ -.. _CodeHilite extension: http://pythonhosted.org/Markdown/extensions/code_hilite.html#syntax +.. _Markdown Extensions: https://python-markdown.github.io/extensions/ +.. _CodeHilite extension: https://python-markdown.github.io/extensions/code_hilite/#syntax .. _i18n_subsites plugin: http://github.com/getpelican/pelican-plugins/tree/master/i18n_subsites diff --git a/docs/settings.rst b/docs/settings.rst index a1a17e47..ea7887c8 100644 --- a/docs/settings.rst +++ b/docs/settings.rst @@ -131,7 +131,7 @@ Basic settings Extra configuration settings for the Markdown processor. Refer to the Python Markdown documentation's `Options section - `_ for a complete + `_ for a complete list of supported options. The ``extensions`` option will be automatically computed from the ``extension_configs`` option. @@ -1032,7 +1032,7 @@ However, here are the settings that are related to themes. A list of paths you want Jinja2 to search for templates before searching the theme's ``templates/`` directory. Allows for overriding individual theme template files without having to fork an existing theme. Jinja2 searches in - the following order: files in ``THEME_TEMPLATES_OVERRIDES`` first, then the + the following order: files in ``THEME_TEMPLATES_OVERRIDES`` first, then the theme's ``templates/``. You can also extend templates from the theme using the ``{% extends %}``