From: Mark Otto Date: Mon, 29 May 2017 21:20:03 +0000 (-0700) Subject: account for new nav structure X-Git-Tag: v4.0.0-beta~187^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86177ac3afcaf79294596d025e400a657b495eed;p=thirdparty%2Fbootstrap.git account for new nav structure --- diff --git a/_includes/scripts.html b/_includes/scripts.html index a713f81d0f..b9a83876b9 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; }); },