]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
README: fix path to search.js (#32257)
authorXhmikosR <xhmikosr@gmail.com>
Tue, 1 Dec 2020 10:57:58 +0000 (12:57 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Fri, 8 Jan 2021 10:04:37 +0000 (12:04 +0200)
README.md

index 7afa4abf70c3bdb8e467a853f40e110c45ebd6d6..833787f1c6a0ac7b7c134763eb118902098bc6b7 100644 (file)
--- 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 <https://getbootstrap.com/>. 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