From d17e8ddc7c8edb572ce0cbf309a9edf1b2feebad Mon Sep 17 00:00:00 2001 From: DCoded <dicoded@email.com> Date: Mon, 6 Jun 2022 08:18:36 -0400 Subject: [PATCH] MIssed some more --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c13a003c432..7bb288a593f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -19,7 +19,7 @@ To effectively work on the project the following tools are required: ## Setting everything up -1. Clone the project from GGud.io ([Detailed G setup and work cycle](devNotes/gitSetup.md)) +1. Clone the project from GitGud.io ([Detailed Git setup and work cycle](devNotes/gitSetup.md)) 2. Navigate to the `fc-pregmod` root directory. * Windows: Open a terminal and execute `cd C:\path\to\project\fc-pregmod` * GNU/Linux: Open a terminal and execute `cd /path/to/project/fc-pregmod/` @@ -31,7 +31,7 @@ To effectively work on the project the following tools are required: Recommended extensions for VSCode: * [Code Spell Checker](https://marketplace.visualstudio.com/items?itemName=streetsidesoftware.code-spell-checker) -* [GLens — Git supercharged](https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens). +* [GitLens — Git supercharged](https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens). ## Compiling -- GitLab