aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-05-29 14:20:03 -0700
committerMark Otto <[email protected]>2017-05-29 23:32:28 -0700
commit86177ac3afcaf79294596d025e400a657b495eed (patch)
tree447ae71177b20d28ca4c5e979be016d4062becbd
parent0bfa2eea2ab71d0d8aae35398319249462901a0d (diff)
downloadbootstrap-86177ac3afcaf79294596d025e400a657b495eed.tar.xz
bootstrap-86177ac3afcaf79294596d025e400a657b495eed.zip
account for new nav structure
-rw-r--r--_includes/scripts.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/scripts.html b/_includes/scripts.html
index a713f81d0..b9a83876b 100644
--- a/_includes/scripts.html
+++ b/_includes/scripts.html
@@ -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', '');
+ hit.url = hit.url.replace('https://v4-alpha.getbootstrap.com', 'http://localhost:9001/docs/4.0');
return hit;
});
},