From e347441f8834636bb7bf10c8078689ccc4308756 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Mon, 9 Nov 2020 20:39:56 +0200 Subject: search.js: use the current v5.getbootstrap.com URL (#32099) --- site/assets/js/search.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/assets/js/search.js b/site/assets/js/search.js index 823dcb10a7..2cf4c87878 100644 --- a/site/assets/js/search.js +++ b/site/assets/js/search.js @@ -42,7 +42,7 @@ transformData: function (hits) { return hits.map(function (hit) { var currentUrl = getOrigin() - var liveUrl = 'https://getbootstrap.com/' + var liveUrl = 'https://v5.getbootstrap.com/' hit.url = currentUrl.lastIndexOf(liveUrl, 0) === 0 ? // On production, return the result as is -- cgit v1.2.3