Skip to content

Commit 16d07ff

Browse files
Update hexo-algolia URL
1 parent b68a173 commit 16d07ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/docs/third-party-services/search-services.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ description: NexT User Docs – Third-party Plugins Integration – Search Servi
55

66
### Algolia Search
77

8-
NexT provides Algolia search plugin to search your Hexo website content. It should be noted that only turn on `enable` of `algolia_search` in {% label primary@NexT config file %} does not allow you to use the Algolia search correctly. You need to install the corresponding Hexo plugin to index your website on Algolia: [Hexo Algolia](https://github.com/oncletom/hexo-algolia) or [Hexo Algoliasearch](https://github.com/LouisBarranqueiro/hexo-algoliasearch).
8+
NexT provides Algolia search plugin to search your Hexo website content. It should be noted that only turn on `enable` of `algolia_search` in {% label primary@NexT config file %} does not allow you to use the Algolia search correctly. You need to install the corresponding Hexo plugin to index your website on Algolia: [Hexo Algolia](https://github.com/thom4parisot/hexo-algolia) or [Hexo Algoliasearch](https://github.com/LouisBarranqueiro/hexo-algoliasearch).
99

1010
{% note danger %}
1111
**Known Issues**
1212

13-
1. The latest version of the [Hexo Algolia](https://github.com/oncletom/hexo-algolia) plugin removes the content indexing feature, given Algolia's free account limitation.
13+
1. The latest version of the [Hexo Algolia](https://github.com/thom4parisot/hexo-algolia) plugin removes the content indexing feature, given Algolia's free account limitation.
1414
2. The [Hexo Algoliasearch](https://github.com/LouisBarranqueiro/hexo-algoliasearch) plugin provides content indexing functionality. The same problem exists with `Record Too Big` for Algolia's free account.
1515
{% endnote %}
1616

@@ -38,7 +38,7 @@ Algolia requires users to upload their search index data either manually or via
3838

3939
{% subtabs algolia-plugin %}
4040
<!-- tab Hexo Algolia -->
41-
Install and configure [Hexo Algolia](https://github.com/oncletom/hexo-algolia) in your Hexo directory.
41+
Install and configure [Hexo Algolia](https://github.com/thom4parisot/hexo-algolia) in your Hexo directory.
4242

4343
```bash
4444
cd hexo-site

0 commit comments

Comments
 (0)