diff --git a/docs/client/link-redirect.js b/docs/client/link-redirect.js index 2eea4b3699..574a6b36be 100644 --- a/docs/client/link-redirect.js +++ b/docs/client/link-redirect.js @@ -6,6 +6,10 @@ Meteor.startup(function () { return hash.replace("deps", "tracker"); } + if (hash === "meteor_collection") { + return "mongo_collection"; + } + if (hash === "collection_object_id") { return "mongo_object_id"; }