diff options
| author | XhmikosR <[email protected]> | 2020-12-01 12:57:58 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2021-01-08 12:04:37 +0200 |
| commit | 307c08af42101166a4b5d21ecce0efda864daef1 (patch) | |
| tree | 35e7ea8dec8ef8e0bb5b4dd819295d489ae870ac | |
| parent | 4620b9838ba01fd59cb7f98121b800de3008fec3 (diff) | |
| download | bootstrap-307c08af42101166a4b5d21ecce0efda864daef1.tar.xz bootstrap-307c08af42101166a4b5d21ecce0efda864daef1.zip | |
README: fix path to search.js (#32257)
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
