From ec0c60d6299cab0b4bba337472733b1d80fb4d86 Mon Sep 17 00:00:00 2001 From: Will Billingsley <wbilling@une.edu.au> Date: Tue, 10 Jul 2018 14:34:30 +1000 Subject: [PATCH] Updated README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be9ea13..6a178d0 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ If you're working locally, you can install a web server, or you can run the [exa To get the code, open a terminal, `cd` into the public directory of whichever webserver you are using, and: ```sh -git clone git@github.com:UNEadvancedweb/tutorial-conway-life-t1.git +git clone https://gitlab.une.edu.au/cosc360in2018/tutorial-conway-life-t1.git ``` This will clone this code using the git version control system. That will, amongst other things, let you switch between different branches (eg, the solution and the start of the exercise) -- GitLab