Skip to content

Commit

Permalink
fix: update repository URL in Deno guides to point to the correct source
Browse files Browse the repository at this point in the history
  • Loading branch information
Pradumnasaraf committed Jan 24, 2025
1 parent 935c0d4 commit 9e5c09a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/guides/deno/containerize.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion content/guides/deno/develop.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9e5c09a

Please sign in to comment.