diff --git a/source/applications/text-search.txt b/source/applications/text-search.txt index 730ca144470..8e98579a751 100644 --- a/source/applications/text-search.txt +++ b/source/applications/text-search.txt @@ -66,7 +66,7 @@ This ``text`` index catalogs all string data in the ``subject`` field and the ``content`` field, where the field value is either a string or an array of string elements. -See :doc:`/core/text-index` for details on the options available when +See :doc:`/core/text-indexes` for details on the options available when creating ``text`` indexes. Additionally, ``text`` indexes can also be combined with diff --git a/source/core/text-index.txt b/source/core/text-indexes.txt similarity index 100% rename from source/core/text-index.txt rename to source/core/text-indexes.txt