diff options
author | LI Daobing <lidaobing@gmail.com> | 2018-01-26 07:36:57 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-26 07:36:57 (GMT) |
commit | efd49c2d456bf102d2c179f2c506d81573bde339 (patch) | |
tree | 461e8fe1e212f48eff4be9044561dc12aa7db5d0 /googletest/docs | |
parent | b3a2048beb0f8d6cbb2d5c95e7f639780eff5805 (diff) | |
download | googletest-efd49c2d456bf102d2c179f2c506d81573bde339.zip googletest-efd49c2d456bf102d2c179f2c506d81573bde339.tar.gz googletest-efd49c2d456bf102d2c179f2c506d81573bde339.tar.bz2 |
Update Documentation.mdrefs/pull/1428/head
Diffstat (limited to 'googletest/docs')
-rw-r--r-- | googletest/docs/Documentation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/docs/Documentation.md b/googletest/docs/Documentation.md index 3784c8f..20f2503 100644 --- a/googletest/docs/Documentation.md +++ b/googletest/docs/Documentation.md @@ -12,5 +12,5 @@ the respective git branch/tag).** To contribute code to Google Test, read: - * [CONTRIBUTING](../CONTRIBUTING.md) -- read this _before_ writing your first patch. + * [CONTRIBUTING](../../CONTRIBUTING.md) -- read this _before_ writing your first patch. * [PumpManual](PumpManual.md) -- how we generate some of Google Test's source files. |