aboutsummaryrefslogtreecommitdiff
path: root/_includes/scripts.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-06-13 20:15:42 -0700
committerMark Otto <[email protected]>2017-06-13 20:15:42 -0700
commit21b874d19dfee091ee64dd4db934850516d2d7b0 (patch)
treee6489cd37f8c582fc5b21d23442f7ef5dc469ac9 /_includes/scripts.html
parentb95aa65c74e59224e97df75eb1a15d956ad31b71 (diff)
parentd7867377d939a8bb8a645ab3af8a6a650a78fc29 (diff)
downloadbootstrap-21b874d19dfee091ee64dd4db934850516d2d7b0.tar.xz
bootstrap-21b874d19dfee091ee64dd4db934850516d2d7b0.zip
Merge branch 'v4-dev' into form-tweaks
Diffstat (limited to '_includes/scripts.html')
-rw-r--r--_includes/scripts.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/scripts.html b/_includes/scripts.html
index b9a83876b..bc411c226 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', 'http://localhost:9001/docs/4.0');
+ hit.url = hit.url.replace('https://v4-alpha.getbootstrap.com', '/docs/4.0');
return hit;
});
},