[PATCH] D99559: [Docs] Update googletest docs link

Tommy Chiang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 29 21:03:13 PDT 2021


oToToT created this revision.
oToToT added reviewers: labath, s-nil, michaelplatings.
oToToT requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

The documentation link of Google Test on GitHub have been moved to the top-level docs directory.
Thus, the original link is invalid now.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D99559

Files:
  llvm/docs/TestingGuide.rst


Index: llvm/docs/TestingGuide.rst
===================================================================
--- llvm/docs/TestingGuide.rst
+++ llvm/docs/TestingGuide.rst
@@ -44,8 +44,8 @@
 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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D99559.334043.patch
Type: text/x-patch
Size: 849 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210330/4f029a00/attachment.bin>


More information about the llvm-commits mailing list