From e5e471fb9f29b16b05f5de993ce49eda09e45825 Mon Sep 17 00:00:00 2001 From: Cory Latschkowski Date: Mon, 28 Aug 2023 13:47:12 -0500 Subject: [PATCH] fix: broken links --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 83e6fa32..84c26f3b 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ If this is the first time bootstrapping a cluster, `bootstrap.sh` will deploy a ### Sandbox Namespace -The `sandbox` [namespace](components/configs/namespaces/instance/sandbox/sandbox-namespace.yaml) is useable by all [authenticated users](components/configs/namespaces/instance/sandbox/sandbox-edit-rolebinding.yaml). All objects in the sandbox are [cleaned out weekly](components/configs/simple/sandbox-cleanup/sandbox-cleanup-cj.yml). +The `sandbox` [namespace](components/configs/namespaces/instance/sandbox/namespace.yaml) is useable by all [authenticated users](components/configs/namespaces/instance/sandbox/rolebinding-edit.yaml). All objects in the sandbox are [cleaned out weekly](components/configs/simple/sandbox-cleanup/sandbox-cleanup-cj.yml). ## Additional Info