[Docs] Update googletest docs link.
authoroToToT <ty1208chiang@gmail.com>
Tue, 30 Mar 2021 03:51:46 +0000 (11:51 +0800)
committeroToToT <ty1208chiang@gmail.com>
Tue, 30 Mar 2021 15:20:23 +0000 (23:20 +0800)
The documentation link of Google Test on GitHub have been moved to the
top-level docs directory.
Thus, the original link is invalid now.

Reviewed By: Pavel Labath

Differential Revision: https://reviews.llvm.org/D99559

llvm/docs/TestingGuide.rst

index dd8601f..64c1c0e 100644 (file)
@@ -44,8 +44,8 @@ in use although we run them much more often than nightly.
 Unit tests
 ----------
 
-Unit tests are written using `Google Test <https://github.com/google/googletest/blob/master/googletest/docs/primer.md>`_
-and `Google Mock <https://github.com/google/googletest/blob/master/googlemock/docs/for_dummies.md>`_
+Unit tests are written using `Google Test <https://github.com/google/googletest/blob/master/docs/primer.md>`_
+and `Google Mock <https://github.com/google/googletest/blob/master/docs/gmock_for_dummies.md>`_
 and are located in the ``llvm/unittests`` directory.
 In general unit tests are reserved for targeting the support library and other
 generic data structure, we prefer relying on regression tests for testing