From e096bf6b627a3d673c26b39823b8e38d3b249127 Mon Sep 17 00:00:00 2001 From: Tom Moulard Date: Wed, 21 Apr 2021 10:28:03 +0200 Subject: [PATCH] fix: k8s gateway api link Co-authored-by: Jean-Baptiste Doumenjou <925513+jbdoumenjou@users.noreply.github.com> --- docs/content/providers/kubernetes-gateway.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/providers/kubernetes-gateway.md b/docs/content/providers/kubernetes-gateway.md index 7835ad24d..7c5c37d08 100644 --- a/docs/content/providers/kubernetes-gateway.md +++ b/docs/content/providers/kubernetes-gateway.md @@ -71,7 +71,7 @@ This provider is proposed as an experimental feature and partially supports the --8<-- "content/reference/dynamic-configuration/kubernetes-gateway-rbac.yml" ``` -The Kubernetes Gateway API project provides several [guides](https://gateway-api.sigs.k8s.io/guides/) on how to use the APIs. +The Kubernetes Gateway API project provides several guides on how to use the APIs. These guides can help you to go further than the example above. The [getting started guide](https://gateway-api.sigs.k8s.io/guides/getting-started/) details how to install the CRDs from their repository.