From 55bffadeae9b7991bd93db1150b416f4eff02a8a Mon Sep 17 00:00:00 2001 From: michaeljguarino Date: Fri, 26 Jul 2024 08:49:48 -0400 Subject: [PATCH] Fix crd docgen The url changed w/ the go client refactor --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 806ce1c7..c8114cf4 100644 --- a/Makefile +++ b/Makefile @@ -10,4 +10,4 @@ web: ## runs the docs site locally yarn dev crd-docs: - curl -L https://raw.githubusercontent.com/pluralsh/console/master/controller/docs/api.md --output pages/deployments/operator/api.md \ No newline at end of file + curl -L https://raw.githubusercontent.com/pluralsh/console/master/go/controller/docs/api.md --output pages/deployments/operator/api.md \ No newline at end of file