fix: update repository URL in Deno guides to point to the correct source

This commit is contained in:
Pradumna Saraf 2025-01-24 16:41:30 +05:30
parent 935c0d4a49
commit 9e5c09a5a1
No known key found for this signature in database
GPG Key ID: 029E9450110B495C
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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