aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2020-12-01 12:57:58 +0200
committerXhmikosR <[email protected]>2021-01-08 12:04:37 +0200
commit307c08af42101166a4b5d21ecce0efda864daef1 (patch)
tree35e7ea8dec8ef8e0bb5b4dd819295d489ae870ac
parent4620b9838ba01fd59cb7f98121b800de3008fec3 (diff)
downloadbootstrap-307c08af42101166a4b5d21ecce0efda864daef1.tar.xz
bootstrap-307c08af42101166a4b5d21ecce0efda864daef1.zip
README: fix path to search.js (#32257)
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7afa4abf7..833787f1c 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