diff options
| author | Mark Otto <[email protected]> | 2017-05-29 14:20:03 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-05-29 23:32:28 -0700 |
| commit | 86177ac3afcaf79294596d025e400a657b495eed (patch) | |
| tree | 447ae71177b20d28ca4c5e979be016d4062becbd /_includes/scripts.html | |
| parent | 0bfa2eea2ab71d0d8aae35398319249462901a0d (diff) | |
| download | bootstrap-86177ac3afcaf79294596d025e400a657b495eed.tar.xz bootstrap-86177ac3afcaf79294596d025e400a657b495eed.zip | |
account for new nav structure
Diffstat (limited to '_includes/scripts.html')
| -rw-r--r-- | _includes/scripts.html | 2 |
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; }); }, |
