Skip to content

Commit 3c79a54

Browse files
docs: Update a link in cpp/containerize.md
1 parent 970eb66 commit 3c79a54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/guides/cpp/containerize.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This section walks you through containerizing and running a C++ application.
2222
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:
2323

2424
```console
25-
$ git clone https://github.com/dockersamples/c-plus-plus-docker.git
25+
$ git clone https://github.com/Pradumnasaraf/c-plus-plus-docker.git
2626
```
2727

2828
You should now have the following contents in your `c-plus-plus-docker`

0 commit comments

Comments
 (0)