Skip to content

Commit

Permalink
Additional redirects for mongodb set-to-book conversion
Browse files Browse the repository at this point in the history
The first redirect was added in php#1100, but additional sections that no longer have their own page were missed. The original conversion was done in php/doc-en#3627 and php/doc-base#138.

https://jira.mongodb.org/browse/PHPC-1247
  • Loading branch information
jmikola committed Oct 24, 2024
1 parent e6407c6 commit 2a07f01
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion error.php
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,14 @@
'regexp.reference' => 'regexp.introduction',
"security" => "manual/security",

// Set to book
// MongoDB converted from set to book
'set.mongodb' => 'book.mongodb',
'mongodb.installation.homebrew' => 'mongodb.installation',
'mongodb.installation.manual' => 'mongodb.installation',
'mongodb.installation.pecl' => 'mongodb.installation',
'mongodb.installation.windows' => 'mongodb.installation',
'mongodb.persistence.deserialization' => 'mongodb.persistence',
'mongodb.persistence.serialization' => 'mongodb.persistence',
];

if (isset($manual_page_moves[$URI])) {
Expand Down

0 comments on commit 2a07f01

Please sign in to comment.