From 86177ac3afcaf79294596d025e400a657b495eed Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 29 May 2017 14:20:03 -0700 Subject: [PATCH] account for new nav structure --- _includes/scripts.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }); },