From c7c98a0c5d1bde9a6002b4bf1c924085a48a15a7 Mon Sep 17 00:00:00 2001 From: Jeremy Mikola Date: Mon, 21 Oct 2024 16:38:16 -0400 Subject: [PATCH] Update canonical URLs for PHP driver docs --- README.md | 2 +- RELEASING.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 59d532195..b7620c72c 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ extension may be found in ## Documentation - https://www.mongodb.com/docs/php-library/current/ - - https://www.mongodb.com/docs/drivers/php/ + - https://www.mongodb.com/docs/drivers/php-drivers/ ## Installation diff --git a/RELEASING.md b/RELEASING.md index 2b0e35bb0..19506007a 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -192,7 +192,7 @@ New major and minor releases will also require documentation updates to other projects: * Create a DOCSP ticket to add the new version to PHP's server and language - [compatibility tables](https://mongodb.com/docs/drivers/php/#compatibility) + [compatibility tables](https://www.mongodb.com/docs/drivers/php-drivers/#compatibility) in the driver docs portal. See [mongodb/docs-ecosystem#642](https://github.com/mongodb/docs-ecosystem/pull/642) for an example.