Skip to content

Commit f6430ac

Browse files
authored
chore: fix dead Algolia DocSearch links (#3097)
1 parent d692cc8 commit f6430ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: packages/docs/docs/theme/default-theme-config.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ If you need full text search, you can use [Algolia Search](#algolia-search).
399399

400400
### Algolia Search
401401

402-
The `themeConfig.algolia` option allows you to use [Algolia DocSearch](https://community.algolia.com/docsearch/) to replace the simple built-in search. To enable it, you need to provide at least `apiKey` and `indexName`:
402+
The `themeConfig.algolia` option allows you to use [Algolia DocSearch](https://docsearch.algolia.com/) to replace the simple built-in search. To enable it, you need to provide at least `apiKey` and `indexName`:
403403

404404
``` js
405405
// .vuepress/config.js
@@ -416,7 +416,7 @@ module.exports = {
416416
```
417417

418418
::: warning Note
419-
Unlike the [built-in search](#built-in-search) engine which works out of the box, [Algolia DocSearch](https://community.algolia.com/docsearch/) requires you to submit your site to them for indexing before it starts working.
419+
Unlike the [built-in search](#built-in-search) engine which works out of the box, [Algolia DocSearch](https://docsearch.algolia.com/) requires you to submit your site to them for indexing before it starts working.
420420
:::
421421

422422
For more options, check out [Algolia DocSearch’s documentation](https://github.com/algolia/docsearch#docsearch-options).

0 commit comments

Comments
 (0)