Skip to content

Commit e8fdab3

Browse files
authored
Merge pull request #6617 from radarhere/url
Fixed broken URLs
2 parents c74ee82 + a14f9ab commit e8fdab3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/releasenotes/5.2.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Resolve confusion getting PIL / Pillow version string
105105
Re: "version constants deprecated" listed above, as user gnbl notes in #3082:
106106

107107
- it's confusing that PIL.VERSION returns the version string of the former PIL instead of Pillow's
108-
- there does not seem to be documentation on this version number (why this, will it ever change, ..) e.g. at https://pillow.readthedocs.io/en/5.1.x/about.html#why-a-fork
108+
- ReadTheDocs documentation is missing for some version branches (why is this, will it ever change, ...)
109109
- it's confusing that PIL.version is a module and does not return the version information directly or hints on how to get it
110110
- the package information header is essentially useless (placeholder, does not even mention Pillow, nor the version)
111111
- PIL._version module documentation comment could explain how to access the version information

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)