Skip to content

Commit 210d964

Browse files
authored
DOCSP-44610: fix php links (#994)
1 parent e125ce1 commit 210d964

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/php-drivers.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ specifications. You must add the library as a dependency to access
100100
MongoDB in most PHP applications.
101101

102102
The extension is distributed by using `PECL
103-
<https://www.php.net/manual/en/mongodb.installation.pecl.php>`__, and
103+
<https://www.php.net/manual/en/mongodb.installation.php>`__, and
104104
connects PHP to the system libraries. The extension's public API
105105
provides the following functionality:
106106

@@ -131,7 +131,7 @@ for download and installation instructions.
131131

132132
Install the PHP MongoDB Extension before installing the PHP Library for
133133
MongoDB. You can install the extension using
134-
`PECL <https://www.php.net/manual/en/mongodb.installation.pecl.php>`__ on
134+
`PECL <https://www.php.net/manual/en/mongodb.installation.php>`__ on
135135
the command line:
136136

137137
.. code-block:: sh

0 commit comments

Comments
 (0)