From f7014d35ff15144a2832c09ec18ee3f78a8a1c86 Mon Sep 17 00:00:00 2001 From: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com> Date: Thu, 13 Feb 2025 10:38:51 -0800 Subject: [PATCH] Update content/guides/deno/containerize.md --- content/guides/deno/containerize.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/guides/deno/containerize.md b/content/guides/deno/containerize.md index 20c627575d..5c5239bf0a 100644 --- a/content/guides/deno/containerize.md +++ b/content/guides/deno/containerize.md @@ -25,7 +25,7 @@ directory to a directory that you want to work in, and run the following command to clone the repository: ```console -$ git clone https://github.com/dockersamples/deno-docker.git +$ git clone https://github.com/dockersamples/docker-deno.git ``` You should now have the following contents in your `deno-docker` directory.