Skip to content

Commit 64cd2cf

Browse files
Tabrizianhugovk
andauthored
Apply suggestion
Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent 5d5365d commit 64cd2cf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Doc/faq/general.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,10 @@ Python versions are numbered "A.B.C" or "A.B":
133133
changes.
134134
* *C* is the micro version number -- it is incremented for each bugfix release.
135135

136-
See `Status of Python versions section of the Python's Developer Guide
137-
<https://devguide.python.org/versions/>`__ for more information about
138-
bugfix releases. Also, consult :pep:`387` to learn more about Python's
139-
Backward Compatibilty policy.
136+
See the `Developer's Guide
137+
<https://devguide.python.org/developer-workflow/development-cycle/>`__ for more information about
138+
the development cycle, and :pep:`387` to learn more about Python's
139+
backward compatibility policy.
140140

141141
Not all releases are bugfix releases. In the run-up to a new feature release, a
142142
series of development releases are made, denoted as alpha, beta, or release

0 commit comments

Comments
 (0)