Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2020-12-01 13:57:58 +0300
committerXhmikosR <xhmikosr@gmail.com>2021-01-08 13:04:37 +0300
commit307c08af42101166a4b5d21ecce0efda864daef1 (patch)
tree35e7ea8dec8ef8e0bb5b4dd819295d489ae870ac /README.md
parent4620b9838ba01fd59cb7f98121b800de3008fec3 (diff)
README: fix path to search.js (#32257)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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 <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