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)