diff --git a/content/guides/bun/develop.md b/content/guides/bun/develop.md index bb3c6b390cee..0ef2815c37df 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