Skip to content

Commit a14f9ab

Browse files
committed
Corrected broken URLs
1 parent 7ed393c commit a14f9ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/releasenotes/versioning.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Pillow follows `Semantic Versioning <https://semver.org/>`_:
1111
2. MINOR version when you add functionality in a backwards compatible manner, and
1212
3. PATCH version when you make backwards compatible bug fixes.
1313

14-
Quarterly releases ("`Main Release <https://github.com/python-pillow/Pillow/blob/main/RELEASING.md#main-release>`_")
14+
Quarterly releases ("`Main Release <https://github.com/python-pillow/Pillow/blob/main/RELEASING.md#user-content-main-release>`_")
1515
bump at least the MINOR version, as new functionality has likely been added in the
1616
prior three months.
1717

@@ -21,8 +21,8 @@ these occur every 12-18 months, guided by
2121
`Python's EOL schedule <https://devguide.python.org/#status-of-python-branches>`_, and
2222
any APIs that have been deprecated for at least a year are removed at the same time.
2323

24-
PATCH versions ("`Point Release <https://github.com/python-pillow/Pillow/blob/main/RELEASING.md#point-release>`_"
25-
or "`Embargoed Release <https://github.com/python-pillow/Pillow/blob/main/RELEASING.md#embargoed-release>`_")
24+
PATCH versions ("`Point Release <https://github.com/python-pillow/Pillow/blob/main/RELEASING.md#user-content-point-release>`_"
25+
or "`Embargoed Release <https://github.com/python-pillow/Pillow/blob/main/RELEASING.md#user-content-embargoed-release>`_")
2626
are for security, installation or critical bug fixes. These are less common as it is
2727
preferred to stick to quarterly releases.
2828

0 commit comments

Comments
 (0)