Skip to content

Commit 604ccab

Browse files
committed
Fix formatting error
1 parent 31999db commit 604ccab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/upgrade/major_version.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ There are a couple of steps to upgrading a major version:
2525

2626
During the lifecycle of a major release, new features are added and method
2727
signatures and public API usages are changed. However,
28-
:doc:`minor versions </cookbook/upgrade/minor_version` should not contain any
28+
:doc:`minor versions </cookbook/upgrade/minor_version>` should not contain any
2929
backwards compatibility changes. To accomplish this, the "old" (e.g. functions,
3030
classes, etc) code still works, but is marked as *deprecated*, indicating that
3131
it will be removed/changed in the future and that you should stop using it.

0 commit comments

Comments
 (0)