aboutsummaryrefslogtreecommitdiff
path: root/docs/contribution-quickstart-guide.md
diff options
context:
space:
mode:
author DiarmaidMckeagney <117989065+DiarmaidMckeagney@users.noreply.github.com>2023-05-16 21:59:51 +0200
committer DiarmaidMckeagney <117989065+DiarmaidMckeagney@users.noreply.github.com>2023-05-16 21:59:51 +0200
commita13f6e6933f1464daed47116705e6812b65ad754 (patch)
treec4cd62378eb26f8dac6c485f8188dff04cd011f1 /docs/contribution-quickstart-guide.md
parent1e490997cda95c6064d56eaba57d60737653e266 (diff)
Changing "OpenVic2" to "OpenVic"
Changing instances of the term "OpenVic2" to just "OpenVic" within the documentation.
Diffstat (limited to 'docs/contribution-quickstart-guide.md')
-rw-r--r--docs/contribution-quickstart-guide.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/contribution-quickstart-guide.md b/docs/contribution-quickstart-guide.md
index 153985c..ba4c947 100644
--- a/docs/contribution-quickstart-guide.md
+++ b/docs/contribution-quickstart-guide.md
@@ -50,17 +50,17 @@
# Project Setup
-1. [Go to the main repository](https://github.com/OpenVic2Project/OpenVic2) page on Github
+1. [Go to the main repository](https://github.com/OpenVic2Project/OpenVic) page on Github
2. Get the link to clone the repo
![](images/proj-setup/01-git-clone-link.png)
-3. Using Git, clone the repo: `git clone git@github.com:OpenVic2Project/OpenVic2.git`
+3. Using Git, clone the repo: `git clone https://github.com/OpenVicProject/OpenVic.git`
![](images/proj-setup/02-git-clone.png)
-4. Move into the OpenVic2 directory: `cd OpenVic2`
+4. Move into the OpenVic2 directory: `cd OpenVic`
5. Retrieve submodules: `git submodule update --init --recursive`
@@ -82,7 +82,7 @@
![](images/proj-setup/06-import.png)
-10. Navigate to the `OpenVic2/game/` directory and select the `project.godot` file
+10. Navigate to the `OpenVic/game/` directory and select the `project.godot` file
![](images/proj-setup/07-select-project.png)