Skip to content

Commit 21e6b13

Browse files
committed
fix link
1 parent 229690c commit 21e6b13

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

source/upgrade.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,10 @@ A breaking change is a change of a convention or a behavior starting in a specif
7979
version of the library. This type of change may prevent your application from working
8080
properly if not addressed before upgrading the library.
8181

82-
The breaking changes in this section are categorized by the library version that introduced
83-
them. When upgrading library versions, address all the breaking changes between the current
84-
and upgrade versions.
82+
The breaking changes in this section are categorized by the library
83+
version that introduced them. Only major library versions introduce
84+
breaking changes. When upgrading versions, address all
85+
the breaking changes between the current and upgrade versions.
8586

8687
For more information on release changes, see the release notes and associated
8788
JIRA tickets for each release on `GitHub <https://github.com/mongodb/mongo-php-library/releases>`__.
@@ -90,7 +91,7 @@ Version 1.0 Breaking Changes
9091
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9192

9293
To view breaking changes for this major release, see the
93-
:github:`release notes </mongo-php-library/releases/tag/1.0.0>`
94+
:github:`release notes </mongodb/mongo-php-library/releases/tag/1.0.0>`
9495
on GitHub.
9596

9697
.. _php-compat-changes:

0 commit comments

Comments
 (0)