From b43e5af29e4d878d205df67dd124c865a04da434 Mon Sep 17 00:00:00 2001 From: Eric Yang <2553211+eyanq@users.noreply.github.com> Date: Sat, 19 Nov 2022 10:59:48 +1300 Subject: [PATCH] doc: fix broken dock link for launches and queries --- docs/queries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/queries.md b/docs/queries.md index a161517e..dc83ae75 100644 --- a/docs/queries.md +++ b/docs/queries.md @@ -41,7 +41,7 @@ This is the default return structure for paginated results: } ``` -By default, UUID's are used to reference documents in another collection. For example, the [launches](launches/query.md) endpoint has an array of UUID's named `payloads` that references a payload in the [payloads](payloads/query.md) endpoint. +By default, UUID's are used to reference documents in another collection. For example, the [launches](launches/v4/query.md) endpoint has an array of UUID's named `payloads` that references a payload in the [payloads](payloads/v4/query.md) endpoint. ```json {