diff options
author | Justin Mayer <entroP@gmail.com> | 2020-04-12 16:44:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-12 16:44:22 +0200 |
commit | d4167bf7f6a3c15072658a6e1b4ee0900801e140 (patch) | |
tree | cb07495bf91ee37ef8d4957a2ce171396919526f /docs/quickstart.rst | |
parent | 87fce8f8ea022ed56fdbc4189c54a20ce44b0adb (diff) | |
parent | 7bbd3dc6fbd31da5ce69a1347c5f72db73a5e6fc (diff) | |
download | pelican-jinja-custom.tar.gz |
Merge branch 'master' into jinja-customjinja-custom
Diffstat (limited to 'docs/quickstart.rst')
-rw-r--r-- | docs/quickstart.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/quickstart.rst b/docs/quickstart.rst index 484a318f..1f6358a7 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -30,7 +30,7 @@ by asking some questions about your site:: For questions that have default values denoted in brackets, feel free to use the Return key to accept those default values [#tzlocal_fn]_. When asked for your URL prefix, enter your domain name as indicated (e.g., -``http://example.com``). +``https://example.com``). Create an article ----------------- @@ -78,5 +78,5 @@ Footnotes --------- .. [#tzlocal_fn] You can help localize default fields by installing the - optional `tzlocal <https://pypi.python.org/pypi/tzlocal>`_ + optional `tzlocal <https://pypi.org/project/tzlocal/>`_ module. |