Skip to content

Commit 7e8c7ec

Browse files
adamzapandialbrecht
authored andcommitted
Fix "Release Notes" link in pyproject.toml
1 parent e1ec4ff commit 7e8c7ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ requires-python = ">=3.8"
3131
[project.urls]
3232
Home = "https://github.com/andialbrecht/sqlparse"
3333
Documentation = "https://sqlparse.readthedocs.io/"
34-
"Release Notes" = "https://sqlparse.readthedocs.io/en/latest/changes/"
34+
"Release Notes" = "https://sqlparse.readthedocs.io/en/latest/changes.html"
3535
Source = "https://github.com/andialbrecht/sqlparse"
3636
Tracker = "https://github.com/andialbrecht/sqlparse/issues"
3737

0 commit comments

Comments
 (0)