diff --git a/app/assets/javascripts/discourse/routes/app-route-map.js.es6 b/app/assets/javascripts/discourse/routes/app-route-map.js.es6 index 1da84b40472..ba43395d9ef 100644 --- a/app/assets/javascripts/discourse/routes/app-route-map.js.es6 +++ b/app/assets/javascripts/discourse/routes/app-route-map.js.es6 @@ -212,7 +212,7 @@ export default function() { path: "/c/:category/:tag_id/l/" + filter }); this.route("showCategoryNone" + filter.capitalize(), { - path: "/c/:category/:tag_id/l/" + filter + path: "/c/:category/none/:tag_id/l/" + filter }); this.route("showParentCategory" + filter.capitalize(), { path: "/c/:parent_category/:category/:tag_id/l/" + filter