Skip to content

Commit 9e5c09a

Browse files
committed
fix: update repository URL in Deno guides to point to the correct source
1 parent 935c0d4 commit 9e5c09a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/guides/deno/containerize.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ directory to a directory that you want to work in, and run the following
2525
command to clone the repository:
2626

2727
```console
28-
$ git clone https://github.com/Pradumnasaraf/deno-docker.git
28+
$ git clone https://github.com/dockersamples/deno-docker.git
2929
```
3030

3131
You should now have the following contents in your `deno-docker` directory.

content/guides/deno/develop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ In this section, you'll learn how to set up a development environment for your c
2323
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:
2424

2525
```console
26-
$ git clone https://github.com/Pradumnasaraf/deno-docker.git
26+
$ git clone https://github.com/dockersamples/deno-docker.git
2727
```
2828

2929
## Automatically update services

0 commit comments

Comments
 (0)