Skip to content

Commit c7a67f8

Browse files
authored
DOCSP-38371: Fix broken doc links (#1326)
1 parent 53e2922 commit c7a67f8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/reference/method/MongoDBClient__construct.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,9 @@ Parameters
107107

108108
* - serverApi
109109
- :php:`MongoDB\Driver\ServerApi <class.mongodb-driver-serverapi>`
110-
- Used to declare an API version on the client. Refer to
111-
:manual:`Stable API tutorial </tutorial/stable-api>` for additional
112-
information.
110+
- Used to declare an API version on the client. Refer to the
111+
:manual:`Stable API </reference/stable-api>` page in the Server manual for
112+
additional information.
113113

114114
.. versionadded:: 1.9
115115

docs/tutorial/collation.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Overview
1616
--------
1717

1818
MongoDB 3.4 introduced support for :manual:`collations
19-
</manual/reference/collation/>`, which provide a set of rules to comply with the
19+
</reference/collation/>`, which provide a set of rules to comply with the
2020
conventions of a particular language when comparing strings.
2121

2222
For example, in Canadian French, the last accent in a given word determines the

0 commit comments

Comments
 (0)