From 7e429003b5a4d918bc547b1033857f08e58ca0b1 Mon Sep 17 00:00:00 2001 From: Jeremy Mikola Date: Tue, 22 Oct 2024 09:26:37 -0400 Subject: [PATCH] PHPC-1247: Update links to PHP.net docs (#1735) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also updates canonical URL for internal PHP driver docs Co-authored-by: Jérôme Tamarelle --- .github/workflows/release.yml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 88e2ccc96..5267ad7a7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ env: **Documentation** - Documentation is available on [PHP.net](https://php.net/set.mongodb). + Documentation is available on [PHP.net](https://www.php.net/mongodb). **Installation** diff --git a/README.md b/README.md index 2ad1d104c..4f17ec236 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,8 @@ languages. ## Documentation - - https://php.net/manual/en/set.mongodb.php - - https://www.mongodb.com/docs/drivers/php/ + - https://www.php.net/mongodb + - https://www.mongodb.com/docs/drivers/php-drivers/ ## Installation