Skip to content

Commit 5f9036e

Browse files
committed
fix location for issue links
1 parent 2c7fde1 commit 5f9036e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Version 2.4.0
22
-------------
33

4-
Released 2019-04-23
4+
Released 2019-04-24
55

66
- Make engine configuration more flexible. (:pr:`684`)
77
- Address SQLAlchemy 1.3 deprecations. (:pr:`684`)

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"flask": ("http://flask.pocoo.org/docs/", None),
2323
"sqlalchemy": ("https://docs.sqlalchemy.org/en/latest/", None),
2424
}
25-
issues_github_path = "pallets/werkzeug"
25+
issues_github_path = "pallets/flask-sqlalchemy"
2626

2727
# HTML -----------------------------------------------------------------
2828

0 commit comments

Comments
 (0)