From 6bc4b8f3bde30d584e6ab55da1230e3920606dda Mon Sep 17 00:00:00 2001 From: gui machiavelli Date: Mon, 4 Sep 2023 10:42:51 +0200 Subject: [PATCH] Fix broken links (#2541) --- reference/api/documents.mdx | 6 +++--- reference/api/facet_search.mdx | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/reference/api/documents.mdx b/reference/api/documents.mdx index 571917b184..2130c0565f 100644 --- a/reference/api/documents.mdx +++ b/reference/api/documents.mdx @@ -13,7 +13,7 @@ Get a set of documents. Use `offset` and `limit` to browse through documents. -`filter` will not work without first explicitly adding attributes to the [`filterableAttributes` list](/reference/api/settingss#update-filterable-attributes). [Learn more about filters in our dedicated guide.](/learn/fine_tuning_results/filtering#filter-basics) +`filter` will not work without first explicitly adding attributes to the [`filterableAttributes` list](/reference/api/settings#update-filterable-attributes). [Learn more about filters in our dedicated guide.](/learn/fine_tuning_results/filtering#filter-basics) ### Path parameters @@ -94,7 +94,7 @@ Get a set of documents. Using the query parameters `offset` and `limit`, you can browse through all your documents.`filter` must be a string. To create [filter expressions](/learn/fine_tuning_results/filtering#filter-expressions) use `AND` or `OR`. -`filter` will not work without first explicitly adding attributes to the [`filterableAttributes` list](/reference/api/settingss#update-filterable-attributes). [Learn more about filters in our dedicated guide.](/learn/fine_tuning_results/filtering#filter-basics) +`filter` will not work without first explicitly adding attributes to the [`filterableAttributes` list](/reference/api/settings#update-filterable-attributes). [Learn more about filters in our dedicated guide.](/learn/fine_tuning_results/filtering#filter-basics) ### Path parameters @@ -409,7 +409,7 @@ Delete a set of documents based on a filter. A filter expression written as a string or array of array of strings for the documents to be deleted. -`filter` will not work without first explicitly adding attributes to the [`filterableAttributes` list](/reference/api/settingss#update-filterable-attributes). [Learn more about filters in our dedicated guide.](/learn/fine_tuning_results/filtering#filter-basics) +`filter` will not work without first explicitly adding attributes to the [`filterableAttributes` list](/reference/api/settings#update-filterable-attributes). [Learn more about filters in our dedicated guide.](/learn/fine_tuning_results/filtering#filter-basics) ``` diff --git a/reference/api/facet_search.mdx b/reference/api/facet_search.mdx index c933aeea48..635317e558 100644 --- a/reference/api/facet_search.mdx +++ b/reference/api/facet_search.mdx @@ -15,7 +15,7 @@ Search for a facet value within a given facet. -This endpoint will not work without first explicitly adding attributes to the [`filterableAttributes`](/reference/api/settingss#update-filterable-attributes) list. [Learn more about facets in our dedicated guide.](/learn/fine_tuning_results/faceted_search#configuring-and-using-facets) +This endpoint will not work without first explicitly adding attributes to the [`filterableAttributes`](/reference/api/settings#update-filterable-attributes) list. [Learn more about facets in our dedicated guide.](/learn/fine_tuning_results/faceted_search#configuring-and-using-facets)