Skip to content

Commit 787702e

Browse files
authored
404 api redirects (#101)
1 parent 8ce8afa commit 787702e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

config/redirects

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,8 @@ raw: ${prefix}/stable -> ${base}/current/
7373

7474
# Redirects for updated API pages
7575
[v9.0-*]: ${prefix}/${version}/api/Mongoid/Association/Referenced/NestedAttributes.html -> ${base}/${version}/api/Mongoid/Association/Referenced.html
76-
[*-master]: ${prefix}/${version}/api/Mongoid/Config/Introspection.html -> ${base}/${version}/api/Mongoid/Config.html
77-
[*-master]: ${prefix}/${version}/api/Mongoid/Config/Introspection/Option.html -> ${base}/${version}/api/Mongoid/Config.html
76+
[v9.0-*]: ${prefix}/${version}/api/Mongoid/Config/Introspection.html -> ${base}/${version}/api/Mongoid/Config.html
77+
[v9.0-*]: ${prefix}/${version}/api/Mongoid/Config/Introspection/Option.html -> ${base}/${version}/api/Mongoid/Config.html
78+
[v9.0-*]: ${prefix}/${version}/api/BSON/ObjectId.html -> ${base}/${version}/api/Mongoid/Extensions/ObjectId.html
79+
[v9.0-*]: ${prefix}/${version}/api/Mongoid/Association/Referenced/NestedAttributes/One.html -> ${base}/${version}/api/Mongoid/Association/Nested/One.html
80+
[v9.0-*]: ${prefix}/${version}/api/Mongoid/Criteria/Inspectable.html -> ${base}/${version}/api/Mongoid/Criteria.html

0 commit comments

Comments
 (0)