From 0e8deb2afa75d9703c2235b64a4c335d436a2989 Mon Sep 17 00:00:00 2001 From: Philipp Kuhlmay <noreply@example.com> Date: Mon, 10 Jul 2023 10:17:36 +0000 Subject: [PATCH] [DOCS] Fix link to community extension documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace link to the documentation of the "crawler" community extension. Releases: main, 12.4, 11.5 Resolves: #101300 Change-Id: Ie284fcb1850f655fb3541653326f7c6c0ed79c9d Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/79932 Tested-by: Bj�rn Jacob <bjoern.jacob@tritum.de> Tested-by: core-ci <typo3@b13.com> Tested-by: Benjamin Franzke <ben@bnf.dev> Reviewed-by: Benjamin Franzke <ben@bnf.dev> Reviewed-by: Bj�rn Jacob <bjoern.jacob@tritum.de> --- .../Documentation/IndexingConfigurations/CrawlerSetup/Index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typo3/sysext/indexed_search/Documentation/IndexingConfigurations/CrawlerSetup/Index.rst b/typo3/sysext/indexed_search/Documentation/IndexingConfigurations/CrawlerSetup/Index.rst index 7ee3b0e55d05..f77f42f1a327 100644 --- a/typo3/sysext/indexed_search/Documentation/IndexingConfigurations/CrawlerSetup/Index.rst +++ b/typo3/sysext/indexed_search/Documentation/IndexingConfigurations/CrawlerSetup/Index.rst @@ -12,4 +12,4 @@ you have set up the "crawler" extension and have a cron-job running that will process the crawler queue as we fill it! For this, please refer to the `documentation of the "crawler" extension`__! -__ https://docs.typo3.org/typo3cms/extensions/crawler/ +__ https://docs.typo3.org/p/tomasnorre/crawler/main/en-us/UseCases/IndexedSearch/Index.html#indexed-search -- GitLab