mirror of https://github.com/docker/docs.git
fix: update repository URL in Deno guides to point to the correct source
This commit is contained in:
parent
935c0d4a49
commit
9e5c09a5a1
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue