Skip to content

Commit aa102e0

Browse files
committed
fix jinja link
1 parent 163407d commit aa102e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
intersphinx_mapping = dict(
2828
python=("https://docs.python.org/3", None),
29-
jinja=("http://jinja.pocoo.org/docs/2.10.x", None),
29+
jinja=("https://jinja.palletsprojects.com/en/2.10.x/", None),
3030
sphinx=("https://www.sphinx-doc.org/en/master/", None),
3131
# examples
3232
numpy=("https://docs.scipy.org/doc/numpy/", None),

0 commit comments

Comments
 (0)