From e14f50229ee40ffe2f630e5f8ced6a4e8b4970f2 Mon Sep 17 00:00:00 2001 From: Jeremy Mikola Date: Mon, 21 Oct 2024 16:34:33 -0400 Subject: [PATCH 1/2] PHPC-1247: Update links to PHP.net docs Also updates canonical URL for internal PHP driver docs --- .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..e0062a096 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://php.net/mongodb). **Installation** diff --git a/README.md b/README.md index 2ad1d104c..92edbe130 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://php.net/mongodb + - https://www.mongodb.com/docs/drivers/php-drivers/ ## Installation From 40ba3adc0a20301e3120e9547e49d2c3b6c07066 Mon Sep 17 00:00:00 2001 From: Jeremy Mikola Date: Mon, 21 Oct 2024 16:48:58 -0400 Subject: [PATCH 2/2] Apply suggestions from code review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jérôme Tamarelle --- .github/workflows/release.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e0062a096..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/mongodb). + Documentation is available on [PHP.net](https://www.php.net/mongodb). **Installation** diff --git a/README.md b/README.md index 92edbe130..4f17ec236 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ languages. ## Documentation - - https://php.net/mongodb + - https://www.php.net/mongodb - https://www.mongodb.com/docs/drivers/php-drivers/ ## Installation