docs: fix invalid link (#11174)

Links have to be defined in markdown - html a tags won't automatically be converted to links anymore.
This commit is contained in:
Alessio Gravili
2025-02-13 16:46:20 -07:00
committed by GitHub
parent d47c980509
commit 152a9b6adf

View File

@@ -101,8 +101,7 @@ unsupported `$facet` aggregation.
### CosmosDB ### CosmosDB
When using Azure Cosmos DB, an index is needed for any field you may want to sort on. To add the sort index for all When using Azure Cosmos DB, an index is needed for any field you may want to sort on. To add the sort index for all
fields that may be sorted in the admin UI use the <a href="/docs/configuration/overview">indexSortableFields</a> fields that may be sorted in the admin UI use the [indexSortableFields](/docs/configuration/overview) option.
configuration option.
## File storage ## File storage