mirror of https://github.com/docker/docs.git
Merge pull request #21134 from Pradumnasaraf/repo-link-update
docs: Update links to cpp, bun sample repositories
This commit is contained in:
commit
644f43d5c9
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue