From 62f8262a703e1897ae0d8163eb1ebb6ee2105c0d Mon Sep 17 00:00:00 2001 From: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com> Date: Thu, 13 Feb 2025 10:38:57 -0800 Subject: [PATCH] Update content/guides/deno/develop.md --- content/guides/deno/develop.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/guides/deno/develop.md b/content/guides/deno/develop.md index 49f11139d6..f90a2e0304 100644 --- a/content/guides/deno/develop.md +++ b/content/guides/deno/develop.md @@ -23,7 +23,7 @@ In this section, you'll learn how to set up a development environment for your c Clone the sample application to use with this guide. Open a terminal, change 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 ``` ## Automatically update services