From a09a14a72ba0f3fc67fb61e00eb0f68f39230ae6 Mon Sep 17 00:00:00 2001 From: Vasile Razdalovschi <63979486+vrazdalovschi@users.noreply.github.com> Date: Tue, 1 Oct 2024 05:50:22 +0100 Subject: [PATCH] [Docs] Fix broken link to scroll-points in API reference (#1208) --- qdrant-landing/content/documentation/concepts/points.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qdrant-landing/content/documentation/concepts/points.md b/qdrant-landing/content/documentation/concepts/points.md index 335857c21..54e1aedf6 100755 --- a/qdrant-landing/content/documentation/concepts/points.md +++ b/qdrant-landing/content/documentation/concepts/points.md @@ -1716,7 +1716,7 @@ Python client: Sometimes it might be necessary to get all stored points without knowing ids, or iterate over points that correspond to a filter. -REST API ([Schema](https://api.qdrant.tech/master/api-reference/search/scroll-points)): +REST API ([Schema](https://api.qdrant.tech/master/api-reference/points/scroll-points)): ```http POST /collections/{collection_name}/points/scroll