Skip to content

Commit 6f20c33

Browse files
authored
Merge pull request #6345 from inyong37/patch-1
Update Google Test Primer link
2 parents 2a27f29 + 4fc35b0 commit 6f20c33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/test/how-to-use-google-test-for-cpp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ an IntelliSense window will appear and enable you to select the full path to the
6161

6262
## Write and run tests
6363

64-
You are now ready to write and run Google Tests. See the [Google Test primer](https://github.com/google/googletest/blob/master/googletest/docs/primer.md) for information about the test macros. See [Run unit tests with Test Explorer](run-unit-tests-with-test-explorer.md) for information about discovering, running, and grouping your tests by using **Test Explorer**.
64+
You are now ready to write and run Google Tests. See the [Google Test primer](https://github.com/google/googletest/blob/master/docs/primer.md) for information about the test macros. See [Run unit tests with Test Explorer](run-unit-tests-with-test-explorer.md) for information about discovering, running, and grouping your tests by using **Test Explorer**.
6565

6666
## See also
6767

0 commit comments

Comments
 (0)