From c877fb094c9943fd36058fd8949db201c29458dd Mon Sep 17 00:00:00 2001 From: Radovan Bast Date: Mon, 24 Mar 2025 16:29:36 +0100 Subject: [PATCH] correction in the guide on how to prepare exercise repos --- content/guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/guide.md b/content/guide.md index 6062bb07..cddd9b04 100644 --- a/content/guide.md +++ b/content/guide.md @@ -17,7 +17,7 @@ Do this at least one day before the workshop! and pull requests and the network graph will differ from what you want to show. - You can create these using `git clone --mirror` and `git push --mirror` to make sure to copy **all branches**: ```console - $ git clone --mirror git@github.com:cr-workshop-exercises/recipe-book-template.git + $ git clone --mirror git@github.com:coderefinery/recipe-book-template.git $ cd recipe-book-template.git $ git push --mirror git@github.com:cr-workshop-exercises/recipe-book-recorded.git $ git push --mirror git@github.com:cr-workshop-exercises/recipe-book.git