From 9e5c09a5a1f2970aec66b66da02ee0afca296133 Mon Sep 17 00:00:00 2001 From: Pradumna Saraf Date: Fri, 24 Jan 2025 16:41:30 +0530 Subject: [PATCH] fix: update repository URL in Deno guides to point to the correct source --- content/guides/deno/containerize.md | 2 +- content/guides/deno/develop.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/guides/deno/containerize.md b/content/guides/deno/containerize.md index 448f4ce136..2a2eb3d9e5 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/Pradumnasaraf/deno-docker.git +$ git clone https://github.com/dockersamples/deno-docker.git ``` You should now have the following contents in your `deno-docker` directory. diff --git a/content/guides/deno/develop.md b/content/guides/deno/develop.md index 64ddb47d3b..49f11139d6 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/Pradumnasaraf/deno-docker.git +$ git clone https://github.com/dockersamples/deno-docker.git ``` ## Automatically update services