瀏覽代碼

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
 ```
 ### 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
 	./unittest path_to_test_folder
 ```