From d82cf81c2f276e89419f5859f1c0c98a5c946882 Mon Sep 17 00:00:00 2001 From: Jason Parraga Date: Fri, 9 Aug 2024 06:25:34 -0700 Subject: [PATCH] Fix link to CRs (#322) Signed-off-by: Jason Parraga --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c39be2..343993a 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ please read the Quickstart guide in the [documentation](./dev/quickstart/README. For more info on Armada, please visit the [Armada website](https://armadaproject.io) and the GitHub repository [armadaproject/armada](https://github.com/armadaproject/armada) -For understanding the minimal configuration required to deploy Armada services, please refer to the [armada-crds.yaml](./dev/quickstart/armada-crds.yaml) file. +For understanding the minimal configuration required to deploy Armada services, please refer to the [armada-crs.yaml](./dev/quickstart/armada-crs.yaml) file. For advanced usage, please refer to the Armada CRD reference docs in `dev/crd/` directory.