From: XhmikosR Date: Tue, 1 Dec 2020 10:57:58 +0000 (+0200) Subject: README: fix path to search.js (#32257) X-Git-Tag: v4.6.0~39 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=307c08af42101166a4b5d21ecce0efda864daef1;p=thirdparty%2Fbootstrap.git README: fix path to search.js (#32257) --- diff --git a/README.md b/README.md index 7afa4abf70..833787f1c6 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ Have a bug or a feature request? Please first read the [issue guidelines](https: Bootstrap's documentation, included in this repo in the root directory, is built with [Hugo](https://gohugo.io/) and publicly hosted on GitHub Pages at . The docs may also be run locally. -Documentation search is powered by [Algolia's DocSearch](https://community.algolia.com/docsearch/). Working on our search? Be sure to set `debug: true` in `site/assets/js/src/search.js` file. +Documentation search is powered by [Algolia's DocSearch](https://community.algolia.com/docsearch/). Working on our search? Be sure to set `debug: true` in `site/assets/js/search.js`. ### Running documentation locally