From e0d546e74c10c8a75dfe0908f1d5d89ebf281f0c Mon Sep 17 00:00:00 2001 From: Nathan Weinberg Date: Mon, 31 Aug 2026 14:29:06 -0400 Subject: [PATCH] fix(docs): broken manifest links in Getting Started guide Signed-off-by: Nathan Weinberg --- docs/getting-started.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index a533eb9..b9f7dd2 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -22,9 +22,9 @@ kubectl apply -f https://github.com/kubernetes-sigs/gateway-api/releases/downloa Apply the operator manifests: ```console -kubectl apply -f https://raw.githubusercontent.com/praxis-proxy/praxis-operator/main/deploy/rbac.yaml -kubectl apply -f https://raw.githubusercontent.com/praxis-proxy/praxis-operator/main/deploy/deployment.yaml -kubectl apply -f https://raw.githubusercontent.com/praxis-proxy/praxis-operator/main/deploy/gatewayclass.yaml +kubectl apply -f https://raw.githubusercontent.com/praxis-proxy/operator/main/deploy/rbac.yaml +kubectl apply -f https://raw.githubusercontent.com/praxis-proxy/operator/main/deploy/deployment.yaml +kubectl apply -f https://raw.githubusercontent.com/praxis-proxy/operator/main/deploy/gatewayclass.yaml ``` This creates: