Update internal wiki links to git.mahara wiki links authored by Doris Tam's avatar Doris Tam
......@@ -156,11 +156,11 @@ Setting up your development environment can be somewhat tedious if you're new to
## Clone project into your local directory
1. In your terminal `cd` into the desired folder to place the project.
1. In your terminal navigate into the desired folder to place the project.
2. In the folder where you want to clone the project into, execute the command
```bash
git clone https://gitlab.wgtn.cat-it.co.nz/elearning/mahara-mobile-react-native.git
git clone https://git.mahara.org/mahara-mobile/mahara-mobile-react-native.git
```
3. If you execute the command: `ls`, you should be able to see there is a `mahara-mobile-react-native` folder there.
......@@ -173,7 +173,7 @@ Setting up your development environment can be somewhat tedious if you're new to
cd mahara-mobile-react-native/MaharaMobile/
```
2. Follow through steps in [README](https://gitlab.wgtn.cat-it.co.nz/elearning/mahara-mobile-react-native/blob/master/README.md)
2. Follow through steps in [README](https://git.mahara.org/mahara-mobile/mahara-mobile-react-native/-/blob/main/README.md)
3. Alternatively, the same actions: to start the server running the app.
......@@ -256,7 +256,7 @@ This is because the installation process changes a lot, and we can't keep these
# Contributing
Now that we have gotten Mahara mobile installed and ready to run, let's start contributing!
[Let's contribute!!! 💡](https://gitlab.wgtn.cat-it.co.nz/elearning/mahara-mobile-react-native/-/wikis/Contributing-to-Mahara-mobile)
[Let's contribute!!! 💡](https://git.mahara.org/mahara-mobile/mahara-mobile-react-native/-/wikis/Contributing-to-Mahara-mobile)
# Troubleshooting
Changes made but not seeing anything different?: Try cleaning the cache in Gradle with `cd android && ./gradlew clean`
......
......