Skip to content

Commit

Permalink
Update repository URLs in Bun and C++ development guides
Browse files Browse the repository at this point in the history
  • Loading branch information
Pradumnasaraf committed Oct 16, 2024
1 parent 970eb66 commit 800aa39
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion content/guides/bun/containerize.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,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/bun-docker.git
$ git clone https://github.com/dockersamples/bun-docker.git
```

You should now have the following contents in your `bun-docker` directory.
Expand Down
2 changes: 1 addition & 1 deletion content/guides/bun/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/bun-docker.git
$ git clone https://github.com/dockersamples/bun-docker.git
```

## Automatically update services
Expand Down
2 changes: 1 addition & 1 deletion content/guides/cpp/develop.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,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/c-plus-plus-docker.git
$ git clone https://github.com/dockersamples/c-plus-plus-docker.git
```

## Automatically update services
Expand Down

0 comments on commit 800aa39

Please sign in to comment.