Browse Source

Update quickstart.md

Marco Bambini 7 years ago
parent
commit
c4efbc8c83
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/quickstart.md

+ 1 - 1
docs/quickstart.md

@@ -39,7 +39,7 @@ To directly execute a gravity file (without first serializing it to json):
 	./gravity myfile.gravity
 	./gravity myfile.gravity
 ```
 ```
 ### Unit Tests
 ### Unit Tests
-You can run [unit tests](../unittest) by providing a path to a folder containing all test files:
+You can run [unit tests](unittest.md) by providing a path to a folder containing all test files:
 ```bash
 ```bash
 	./unittest path_to_test_folder
 	./unittest path_to_test_folder
 ```
 ```