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:
authorSadeed pv <muhammedsadeed70@gmail.com>2022-07-22 17:30:11 +0300
committerGitHub <noreply@github.com>2022-07-22 17:30:11 +0300
commitd12bcf7bc0f0cb55aa98db3a03f754c5a4d9001f (patch)
tree4ce750b0ee4459a8b4fd9b702d69274636865edb /README.md
parent04b5d099b3643e08e6f92311a89a29861ff0191a (diff)
Fix Algolia's DocSearch broken URL in README (#36812)
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 232645d43c..5e557c499b 100644
--- a/README.md
+++ b/README.md
@@ -145,7 +145,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/search.js`.
+Documentation search is powered by [Algolia's DocSearch](https://docsearch.algolia.com/). Working on our search? Be sure to set `debug: true` in `site/assets/js/search.js`.
### Running documentation locally