Documentation: Fix broken links

This commit is contained in:
Jorge Maldonado Ventura 2018-03-12 14:35:40 +01:00
commit 4c0c2a5893
2 changed files with 4 additions and 4 deletions

View file

@ -535,6 +535,6 @@ metadata to include ``Status: published``.
.. _W3C ISO 8601: http://www.w3.org/TR/NOTE-datetime .. _W3C ISO 8601: http://www.w3.org/TR/NOTE-datetime
.. _AsciiDoc: http://www.methods.co.nz/asciidoc/ .. _AsciiDoc: http://www.methods.co.nz/asciidoc/
.. _pelican-plugins: http://github.com/getpelican/pelican-plugins .. _pelican-plugins: http://github.com/getpelican/pelican-plugins
.. _Markdown Extensions: http://pythonhosted.org/Markdown/extensions/ .. _Markdown Extensions: https://python-markdown.github.io/extensions/
.. _CodeHilite extension: http://pythonhosted.org/Markdown/extensions/code_hilite.html#syntax .. _CodeHilite extension: https://python-markdown.github.io/extensions/code_hilite/#syntax
.. _i18n_subsites plugin: http://github.com/getpelican/pelican-plugins/tree/master/i18n_subsites .. _i18n_subsites plugin: http://github.com/getpelican/pelican-plugins/tree/master/i18n_subsites

View file

@ -131,7 +131,7 @@ Basic settings
Extra configuration settings for the Markdown processor. Refer to the Python Extra configuration settings for the Markdown processor. Refer to the Python
Markdown documentation's `Options section Markdown documentation's `Options section
<http://pythonhosted.org/Markdown/reference.html#markdown>`_ for a complete <https://python-markdown.github.io/reference/#markdown>`_ for a complete
list of supported options. The ``extensions`` option will be automatically list of supported options. The ``extensions`` option will be automatically
computed from the ``extension_configs`` option. 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 A list of paths you want Jinja2 to search for templates before searching the
theme's ``templates/`` directory. Allows for overriding individual theme theme's ``templates/`` directory. Allows for overriding individual theme
template files without having to fork an existing theme. Jinja2 searches in 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/``. theme's ``templates/``.
You can also extend templates from the theme using the ``{% extends %}`` You can also extend templates from the theme using the ``{% extends %}``