Skip to content

Commit

Permalink
Merge pull request pallets#3723 from greyli/fix-intersphinx-link
Browse files Browse the repository at this point in the history
Fix bad intersphinx link
  • Loading branch information
greyli authored Aug 7, 2020
2 parents eb865f8 + 414b30b commit fd0f89e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"jinja": ("https://jinja.palletsprojects.com/", None),
"itsdangerous": ("https://itsdangerous.palletsprojects.com/", None),
"sqlalchemy": ("https://docs.sqlalchemy.org/", None),
"wtforms": ("https://wtforms.readthedocs.io/en/stable/", None),
"wtforms": ("https://wtforms.readthedocs.io/", None),
"blinker": ("https://pythonhosted.org/blinker/", None),
}
issues_github_path = "pallets/flask"
Expand Down

0 comments on commit fd0f89e

Please sign in to comment.