Skip to content

Commit

Permalink
DOCSP-44610: fix php links
Browse files Browse the repository at this point in the history
  • Loading branch information
rustagir committed Oct 24, 2024
1 parent e125ce1 commit bf13099
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/php-drivers.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ specifications. You must add the library as a dependency to access
MongoDB in most PHP applications.

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

Expand Down Expand Up @@ -131,7 +131,7 @@ for download and installation instructions.

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

.. code-block:: sh
Expand Down

0 comments on commit bf13099

Please sign in to comment.