Commit c890d9a4 authored by Maxime Locqueville's avatar Maxime Locqueville Committed by Mark Otto
Browse files

Fix search redirect

parent 62025745
Showing with 1 addition and 1 deletion
+1 -1
......@@ -31,7 +31,7 @@
inputSelector: '#search-input',
transformData: function (hits) {
return hits.map(function (hit) {
hit.url = hit.url.replace('https://v4-alpha.getbootstrap.com', 'http://localhost:9001/docs/4.0');
hit.url = hit.url.replace('https://v4-alpha.getbootstrap.com', '/docs/4.0');
return hit;
});
},
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment