Skip to content

Commit b7f5f9c

Browse files
committed
update the changelog link to point to GitHub releases page
1 parent f6e2055 commit b7f5f9c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ DRF_STANDARDIZED_ERRORS = {"ENABLE_IN_DEBUG_FOR_UNHANDLED_EXCEPTIONS": True}
7474
## Links
7575

7676
- Documentation: https://drf-standardized-errors.readthedocs.io/en/latest/
77-
- Changelog: https://github.com/ghazi-git/drf-standardized-errors/blob/main/docs/changelog.md
77+
- Changelog: https://github.com/ghazi-git/drf-standardized-errors/releases
7878
- Code & issues: https://github.com/ghazi-git/drf-standardized-errors
7979
- PyPI: https://pypi.org/project/drf-standardized-errors/
8080

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Homepage = "https://github.com/ghazi-git/drf-standardized-errors"
3333
Documentation = "https://drf-standardized-errors.readthedocs.io/en/latest/"
3434
Code = "https://github.com/ghazi-git/drf-standardized-errors"
3535
Issues = "https://github.com/ghazi-git/drf-standardized-errors/issues"
36-
Changelog = "https://github.com/ghazi-git/drf-standardized-errors/blob/main/docs/changelog.md"
36+
Changelog = "https://github.com/ghazi-git/drf-standardized-errors/releases"
3737

3838
[tool.flit.module]
3939
name = "drf_standardized_errors"

0 commit comments

Comments
 (0)