diff --git a/general/setup.md b/general/setup.md index c06d1e4..975d4ab 100755 --- a/general/setup.md +++ b/general/setup.md @@ -33,7 +33,7 @@ This also installs all required dev tools and sets up the directory structure by The following steps will setup the application, download all necessary tools and perform extensive code quality checks and documentation tasks: 1. Go to the directory where you want to install the build script -2. Run `git clone -b develop https://github.comkaraka-management/Build.git` +2. Run `git clone -b develop https://github.com/karaka-management/Build.git` 3. Modify `config.sh` (most likely the db credentials and paths) 4. Run `chmod +x buildProject.sh` 5. Run `./buildProject.sh` @@ -58,7 +58,7 @@ This will only setup the application including some dummy data and also perform ### Steps 1. Go to the directory where you want to install the application -2. Run `git clone -b develop https://github.comkaraka-management/Karaka.git` +2. Run `git clone -b develop https://github.com/karaka-management/Karaka.git` 3. Run `git submodule update --init --recursive` 4. Run `git submodule foreach git checkout develop` 5. Install Composer @@ -101,7 +101,7 @@ The following tools are important to test the application and to ensure the code This will only setup the application including some dummy data and also perform the code tests but no quality checks. Compared to option 2 this includes much more test data and it doesn't execute a unit test. 1. Go to the directory where you want to install the application -2. Run `git clone -b develop https://github.comkaraka-management/Karaka.git` +2. Run `git clone -b develop https://github.com/karaka-management/Karaka.git` 3. Run `git submodule update --init --recursive` 4. Run `git submodule foreach git checkout develop` 5. Install Composer diff --git a/standards/documentation.md b/standards/documentation.md index 003c6c1..110278a 100755 --- a/standards/documentation.md +++ b/standards/documentation.md @@ -175,7 +175,7 @@ In some cases it may be required to type hint a variable in this case the follow ## Todos -Todos should be documented in the [PROJECT.md](https://github.comkaraka-management/Docs/blob/master/Project/PROJECT.md). +Todos should be documented in the [PROJECT.md](https://github.com/karaka-management/Docs/blob/master/Project/PROJECT.md). In code todos can be created like this