Unverified Commit e347441f authored by XhmikosR's avatar XhmikosR Committed by GitHub
Browse files

search.js: use the current v5.getbootstrap.com URL (#32099)

parent f091c0d1
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment