From 9d4a10814e2cd700908286de0f33088d39e2da70 Mon Sep 17 00:00:00 2001 From: davidmirror-ops Date: Sat, 24 Feb 2024 11:26:19 -0600 Subject: [PATCH] Fix broken path Signed-off-by: davidmirror-ops --- kcdmx2024/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kcdmx2024/README.md b/kcdmx2024/README.md index 9d7f65e..e71d32f 100644 --- a/kcdmx2024/README.md +++ b/kcdmx2024/README.md @@ -23,7 +23,7 @@ minikube start --driver=docker ``` 2. Download the manifest for the Flyte dependencies: ```bash -curl -sl https://raw.githubusercontent.com/flyte-conference-talks/kcdmexico-2024/manifests/flyte-resources.yaml > flyte-resources.yaml +curl -sl https://raw.githubusercontent.com/flyteorg/flyte-conference-talks/main/kcdmx2024/manifests/flyte-resources.yaml > flyte-resources.yaml ``` 3. Submit the manifest: ```bash