From 61582f7f7d1f8ab4b4f06e5a76e3d25154205536 Mon Sep 17 00:00:00 2001 From: Danny Kulchinsky <61992380+dkulchinsky@users.noreply.github.com> Date: Sat, 23 May 2026 10:01:29 -0400 Subject: [PATCH] fix doc link Co-authored-by: Sanskar Jaiswal Signed-off-by: Danny Kulchinsky <61992380+dkulchinsky@users.noreply.github.com> --- docs/gitbook/tutorials/gatewayapi-progressive-delivery.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gitbook/tutorials/gatewayapi-progressive-delivery.md b/docs/gitbook/tutorials/gatewayapi-progressive-delivery.md index bd5be5b3..d9f7cb51 100644 --- a/docs/gitbook/tutorials/gatewayapi-progressive-delivery.md +++ b/docs/gitbook/tutorials/gatewayapi-progressive-delivery.md @@ -733,7 +733,7 @@ You can configure request timeouts on the generated HTTPRoute using the `spec.se less than or equal to `timeout`. > **Note:** Timeouts require a Gateway API implementation that supports -> [`HTTPRouteTimeouts`](https://gateway-api.sigs.k8s.io/api-types/httproute/#timeouts). +> [`HTTPRouteTimeouts`](https://gateway-api.sigs.k8s.io/guides/user-guides/http-timeouts/). > `backendTimeout` additionally requires support for the `BackendRequest` timeout field. Example configuration: