Skip to content

Commit 87a08b7

Browse files
committed
Changed docs link to stable version
This can help avoid potential confusion, like what appears to have been the cause of #1326.
1 parent 560f298 commit 87a08b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ main 3.10, 3.11, 3.12, 3.13-dev
4949
Getting Help
5050
------------
5151

52-
Documentation is available at https://django-simple-history.readthedocs.io/
52+
Documentation is available at https://django-simple-history.readthedocs.io/en/stable/
5353

5454
Pull requests are welcome. Read the `CONTRIBUTING`_ file for tips on
5555
submitting a pull request.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
maintainer="Trey Hunner",
2121
url="https://github.com/jazzband/django-simple-history",
2222
project_urls={
23-
"Documentation": "https://django-simple-history.readthedocs.io/",
23+
"Documentation": "https://django-simple-history.readthedocs.io/en/stable/",
2424
"Changelog": "https://github.com/jazzband/django-simple-history/blob/master/CHANGES.rst", # noqa: E501
2525
"Source": "https://github.com/jazzband/django-simple-history",
2626
"Tracker": "https://github.com/jazzband/django-simple-history/issues",

0 commit comments

Comments
 (0)