diff --git a/docs/app/src/search.js b/docs/app/src/search.js index b0b2fc40..0cee4b84 100644 --- a/docs/app/src/search.js +++ b/docs/app/src/search.js @@ -35,7 +35,7 @@ angular.module('search', []) } } if(result) { - $location.path(result.url); + $location.path(result.path); $scope.hideResults(); } };