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