From c4577934a6639be9f5a8cb43711ef8954e1feb60 Mon Sep 17 00:00:00 2001 From: jasdeepbhalla Date: Sat, 6 Jun 2026 15:06:04 -0700 Subject: [PATCH] Fix 404 on /develop/ by redirecting to /guides/ --- data/redirects.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/redirects.yml b/data/redirects.yml index 6cf5aebe1e0e..ee9ec1a03917 100644 --- a/data/redirects.yml +++ b/data/redirects.yml @@ -8,6 +8,8 @@ # provide a short, permanent link to refer to a topic in the documentation. # For example, the docker CLI can output https://docs.docker.com/go/some-topic # in its help output, which can be redirected to elsewhere in the documentation. +"/guides/": + - /develop/ "/security/access-tokens/": - /go/access-tokens/ "/reference/api/engine/#deprecated-api-versions":