diff options
author | David Lord <davidism@gmail.com> | 2019-07-26 12:12:41 -0700 |
---|---|---|
committer | David Lord <davidism@gmail.com> | 2019-07-26 12:12:41 -0700 |
commit | 06696563d78e4f925426746d3b05b744804a66f4 (patch) | |
tree | 4d2a70dcf5f92d69e3f3bf33dac1d81a41fbc8f1 /docs/api.rst | |
parent | f77b09d998dffe6b8332f958db970992bd451444 (diff) | |
download | jinja2-docs.tar.gz |
fix linkcheck issuesdocs
Diffstat (limited to 'docs/api.rst')
-rw-r--r-- | docs/api.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api.rst b/docs/api.rst index fdd508d..a11ddde 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -114,7 +114,7 @@ for everything else `unicode`: u'f\xf6\xf6' -.. _Unicode documentation: http://docs.python.org/dev/howto/unicode.html +.. _Unicode documentation: https://docs.python.org/3/howto/unicode.html High Level API -------------- |