From 7e85a31044865a3eec7a717e0c23701c3bea5d35 Mon Sep 17 00:00:00 2001 From: Elena Mihailescu Date: Mon, 9 Oct 2023 13:05:46 +0300 Subject: [PATCH] Update link to GitHub repo Current link in lab-setup.md points to https://github.com/open-education-hub/operating-systems. This commit changes the link to https://github.com/cs-pub-ro/operating-systems. Signed-off-by: Elena Mihailescu --- content/misc/lab-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/misc/lab-setup.md b/content/misc/lab-setup.md index 70da437c30..a0fb600f72 100644 --- a/content/misc/lab-setup.md +++ b/content/misc/lab-setup.md @@ -22,7 +22,7 @@ student@os:~/operating-systems$ git stash pop If you haven't already cloned the repository, do so and then enter the repository: ```console -student@os:~$ git clone https://github.com/open-education-hub/operating-systems +student@os:~$ git clone https://github.com/cs-pub-ro/operating-systems student@os:~$ cd operating-systems ```