We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31999db commit 604ccabCopy full SHA for 604ccab
cookbook/upgrade/major_version.rst
@@ -25,7 +25,7 @@ There are a couple of steps to upgrading a major version:
25
26
During the lifecycle of a major release, new features are added and method
27
signatures and public API usages are changed. However,
28
-:doc:`minor versions </cookbook/upgrade/minor_version` should not contain any
+:doc:`minor versions </cookbook/upgrade/minor_version>` should not contain any
29
backwards compatibility changes. To accomplish this, the "old" (e.g. functions,
30
classes, etc) code still works, but is marked as *deprecated*, indicating that
31
it will be removed/changed in the future and that you should stop using it.
0 commit comments