]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix Algolia's DocSearch broken URL in README (#36812)
authorSadeed pv <muhammedsadeed70@gmail.com>
Fri, 22 Jul 2022 14:30:11 +0000 (18:30 +0400)
committerGitHub <noreply@github.com>
Fri, 22 Jul 2022 14:30:11 +0000 (16:30 +0200)
README.md

index 232645d43c9cf2508797ad1cd0d7ffbeed38defc..5e557c499b1e074c611cc9d0fba515426ea9b0a1 100644 (file)
--- 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