aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2020-12-01 12:57:58 +0200
committerGitHub <[email protected]>2020-12-01 12:57:58 +0200
commitc27ff64c96cc90d30a97078354a10c13fc5f3201 (patch)
tree1b2d5ffe8b6f216b859d03c064b652c24a19588b /README.md
parentf08cef3cf460f2936a04b142af7a133b2d728169 (diff)
downloadbootstrap-c27ff64c96cc90d30a97078354a10c13fc5f3201.tar.xz
bootstrap-c27ff64c96cc90d30a97078354a10c13fc5f3201.zip
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 97b5c770d..1e8edf958 100644
--- a/README.md
+++ b/README.md
@@ -128,7 +128,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://v5.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