From bf130992822da2111d3098ce414e2393baf628eb Mon Sep 17 00:00:00 2001 From: rustagir Date: Thu, 24 Oct 2024 13:48:35 -0400 Subject: [PATCH] DOCSP-44610: fix php links --- source/php-drivers.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/php-drivers.txt b/source/php-drivers.txt index f6dfd15f2..bbfc7560a 100644 --- a/source/php-drivers.txt +++ b/source/php-drivers.txt @@ -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 -`__, and +`__, and connects PHP to the system libraries. The extension's public API provides the following functionality: @@ -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 `__ on +`PECL `__ on the command line: .. code-block:: sh