From fb80a48d1c3a6f7b0ba90526f6d7ce9d8a90f3e2 Mon Sep 17 00:00:00 2001 From: Eric Date: Fri, 28 Apr 2023 16:43:37 +0000 Subject: [PATCH] fix: envbox template 404 --- docs/templates/docker-in-workspaces.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/templates/docker-in-workspaces.md b/docs/templates/docker-in-workspaces.md index 77c6ccb21595d..a72d15a189efe 100644 --- a/docs/templates/docker-in-workspaces.md +++ b/docs/templates/docker-in-workspaces.md @@ -134,7 +134,7 @@ Some drawbacks include: Envbox requires the same kernel requirements as running sysbox directly on the nodes. Refer to sysbox's [compatibility matrix](https://github.com/nestybox/sysbox/blob/master/docs/distro-compat.md#sysbox-distro-compatibility) to ensure your nodes are compliant. -To get started with `envbox` check out the [starter template](../../examples/templates/envbox) or visit the [repo](https://github.com/coder/envbox). +To get started with `envbox` check out the [starter template](https://github.com/coder/coder/tree/main/examples/templates/envbox) or visit the [repo](https://github.com/coder/envbox). ### Authenticating with a Private Registry