Skip to content

Commit

Permalink
Redirect MongoDB from set to book (#1100)
Browse files Browse the repository at this point in the history
Co-authored-by: Luffy <52o@qq52o.cn>
  • Loading branch information
cmb69 and sy-records authored Oct 22, 2024
1 parent f183952 commit 5a5ff74
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion error.php
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,9 @@
// Refactored
'regexp.reference' => 'regexp.introduction',
"security" => "manual/security",

// Set to book
'set.mongodb' => 'book.mongodb',
];

if (isset($manual_page_moves[$URI])) {
Expand Down Expand Up @@ -349,7 +352,7 @@
"gd" => "image",
"bcmath" => "bc",
'streams' => 'book.stream',
"mongodb" => "set.mongodb",
"mongodb" => "book.mongodb",
"hrtime" => "function.hrtime", // Prefer function over PECL ext

"callback" => "language.pseudo-types",
Expand Down

0 comments on commit 5a5ff74

Please sign in to comment.