Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2019-09-10 18:20:27 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2019-09-10 18:20:27 +0300
commit97c38c9c4ea08eb7abe34011d5ee53e7d60861cb (patch)
treeb4ad210ff751a8c215ea1a1d4790226f38881f5c /layouts/docsearch.html
parent3ff21743ac8655030afddd3957e0c269b71b058d (diff)
Use the URL CDN as described in Algolia docs
https://community.algolia.com/docsearch/dropdown.html
Diffstat (limited to 'layouts/docsearch.html')
-rw-r--r--layouts/docsearch.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/docsearch.html b/layouts/docsearch.html
index e32108a1..30f55e8c 100644
--- a/layouts/docsearch.html
+++ b/layouts/docsearch.html
@@ -1,5 +1,5 @@
<!-- Algolia docsearch https://community.algolia.com/docsearch/ -->
-<script type="text/javascript" src="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.js"></script>
+<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.js"></script>
<script type="text/javascript">
var search = docsearch({
apiKey: 'ce1690e1421303458a1fcbea0cc4a927',