forked from orbit-oss/flask
Merge pull request #3723 from greyli/fix-intersphinx-link
Fix bad intersphinx link
This commit is contained in:
commit
fd0f89ebf3
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ intersphinx_mapping = {
|
||||||
"jinja": ("https://jinja.palletsprojects.com/", None),
|
"jinja": ("https://jinja.palletsprojects.com/", None),
|
||||||
"itsdangerous": ("https://itsdangerous.palletsprojects.com/", None),
|
"itsdangerous": ("https://itsdangerous.palletsprojects.com/", None),
|
||||||
"sqlalchemy": ("https://docs.sqlalchemy.org/", 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),
|
"blinker": ("https://pythonhosted.org/blinker/", None),
|
||||||
}
|
}
|
||||||
issues_github_path = "pallets/flask"
|
issues_github_path = "pallets/flask"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue