Merge pull request #21134 from Pradumnasaraf/repo-link-update

docs: Update links to cpp, bun sample repositories
This commit is contained in:
David Karlsson 2025-01-14 15:03:41 +01:00 committed by GitHub
commit 644f43d5c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -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.

View File

@ -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

View File

@ -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