Skip to content

Commit 755c748

Browse files
authored
Merge pull request #362 from rogue1starwars/master
Updated documentation links to use absolute paths
2 parents da4ac8a + e3dfcf9 commit 755c748

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,22 +23,22 @@ For more information visit our site [VisualCircuit](https://jderobot.github.io/V
2323
## Prerequisite
2424

2525
### Front-end
26-
For more specific instructions check the frontend [readme](./frontend/README.md)
26+
For more specific instructions check the frontend [readme](/frontend/README.md)
2727
1. Clone the repository https://github.com/JdeRobot/VisualCircuit.git
2828
3. Change directory to `frontend`
2929
4. Run `npm install`
3030

3131

3232
### Back-end
33-
For more specific instructions check the backend [readme](./backend/README.md)
33+
For more specific instructions check the backend [readme](/backend/README.md)
3434

3535
1. Clone the repository https://github.com/JdeRobot/VisualCircuit.git
3636
2. Change directory to `backend`
3737
3. Create a Python3 virtual environment using venv.
3838
For eg. `python -m venv .venv`
3939
4. After activating the virtual environment, install the dependencies by running
4040
`pip install -r requirements.txt`
41-
5. Add `.env` file to the `backend` folder. And add the variables as defined in [.env.template](./.env.template)
41+
5. Add `.env` file to the `backend` folder. And add the variables as defined in [.env.template](/backend/.env.template)
4242
6. Create the static files to serve during execution by `python manage.py collectstatic`
4343

4444
## Start Application
@@ -53,7 +53,7 @@ For eg. `python -m venv .venv`
5353
2. Start the backend server:```python3 manage.py runserver 8080```
5454

5555
### How to setup the VC+
56-
In order to setup VC+ to use RoboticsAcademy and VisualCircuit together, follow the instructions given [here](./VC%2B/README.md)
56+
In order to setup VC+ to use RoboticsAcademy and VisualCircuit together, follow the instructions given [here](/VC%2B/README.md)
5757

5858

5959
<!-- CONTRIBUTING -->

VC+/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,22 +22,22 @@ For more information visit our site [VisualCircuit](https://jderobot.github.io/V
2222
## Prerequisite
2323

2424
### Front-end
25-
For more specific instructions check the frontend [readme](./frontend/README.md)
25+
For more specific instructions check the frontend [readme](/frontend/README.md)
2626
1. Clone the repository https://github.com/JdeRobot/VisualCircuit.git
2727
3. Change directory to `frontend`
2828
4. Run `npm install`
2929

3030

3131
### Back-end
32-
For more specific instructions check the backend [readme](./backend/README.md)
32+
For more specific instructions check the backend [readme](/backend/README.md)
3333

3434
1. Clone the repository https://github.com/JdeRobot/VisualCircuit.git
3535
2. Change directory to `backend`
3636
3. Create a Python3 virtual environment using venv.
3737
For eg. `python -m venv .venv`
3838
4. After activating the virtual environment, install the dependencies by running
3939
`pip install -r requirements.txt`
40-
5. Add `.env` file to the `backend` folder. And add the variables as defined in [.env.template](./.env.template)
40+
5. Add `.env` file to the `backend` folder. And add the variables as defined in [.env.template](/backend/.env.template)
4141
6. Create the static files to serve during execution by `python manage.py collectstatic`
4242

4343

backend/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ Django based back-end application for VisualCircuit3.
1010
For eg. `python -m venv .venv`
1111
4. After activating the virtual environment, install the dependencies by running
1212
`pip install -r requirements.txt`
13-
5. Add `.env` file to the `backend` folder. And add the variables as defined in [.env.template](./.env.template)
13+
5. Add `.env` file to the `backend` folder. And add the variables as defined in [.env.template](/backend/.env.template)
1414
6. Create the static files to serve during execution by `python manage.py collectstatic`
1515
7. Start the server by running `python manage.py runserver 8080`

0 commit comments

Comments
 (0)