Skip to content

Commit 644f43d

Browse files
authored
Merge pull request #21134 from Pradumnasaraf/repo-link-update
docs: Update links to cpp, bun sample repositories
2 parents cbc026d + 800aa39 commit 644f43d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

content/guides/bun/containerize.md

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

3838
```console
39-
$ git clone https://github.com/Pradumnasaraf/bun-docker.git
39+
$ git clone https://github.com/dockersamples/bun-docker.git
4040
```
4141

4242
You should now have the following contents in your `bun-docker` directory.

content/guides/bun/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/bun-docker.git
26+
$ git clone https://github.com/dockersamples/bun-docker.git
2727
```
2828

2929
## Automatically update services

content/guides/cpp/develop.md

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

2626
```console
27-
$ git clone https://github.com/Pradumnasaraf/c-plus-plus-docker.git
27+
$ git clone https://github.com/dockersamples/c-plus-plus-docker.git
2828
```
2929

3030
## Automatically update services

0 commit comments

Comments
 (0)