From 800aa39205fff1bff8035ed1efd81369fadbc502 Mon Sep 17 00:00:00 2001 From: Pradumna Saraf Date: Wed, 16 Oct 2024 20:21:03 +0530 Subject: [PATCH] Update repository URLs in Bun and C++ development guides --- content/guides/bun/containerize.md | 2 +- content/guides/bun/develop.md | 2 +- content/guides/cpp/develop.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/guides/bun/containerize.md b/content/guides/bun/containerize.md index ccd52d20998..3e914d5756a 100644 --- a/content/guides/bun/containerize.md +++ b/content/guides/bun/containerize.md @@ -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. diff --git a/content/guides/bun/develop.md b/content/guides/bun/develop.md index bb3c6b390ce..0ef2815c37d 100644 --- a/content/guides/bun/develop.md +++ b/content/guides/bun/develop.md @@ -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 diff --git a/content/guides/cpp/develop.md b/content/guides/cpp/develop.md index d5f7a488a4a..b3da1f6b824 100644 --- a/content/guides/cpp/develop.md +++ b/content/guides/cpp/develop.md @@ -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