Skip to content

Commit 95b4d5a

Browse files
authored
Update unit_tests.md (#13408)
* Update unit_tests.md Fix link for unit tests * Update unit_tests.md fix typo
1 parent dbf6a9f commit 95b4d5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/qgc-dev-guide/contribute/unit_tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
_QGroundControl_ (QGC) contains a set of unit tests that must pass before a pull request will be accepted. The addition of new complex subsystems to QGC should include a corresponding new unit test to test it.
44

5-
The full list of unit tests can be found in [UnitTestList.cc](https://github.com/mavlink/qgroundcontrol/blob/master/src/qgcunittest/UnitTestList.cc).
5+
The full list of unit tests can be found in [UnitTestList.cc](https://github.com/mavlink/qgroundcontrol/blob/master/test/UnitTestList.cc).
66

77
To run unit tests:
88

0 commit comments

Comments
 (0)