ソースを参照

Update quickstart.md

Marco Bambini 7 年 前
コミット
c4b5e568bb
1 ファイル変更1 行追加1 行削除
  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.md) 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
 ```
 ```