diff options
author | Gennadiy Civil <gennadiycivil@users.noreply.github.com> | 2018-01-26 15:50:22 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-26 15:50:22 (GMT) |
commit | cb7271697bca56802db773f1b9a92fdaed5b7eee (patch) | |
tree | 9f38d73b0e5b09406db97c64257c9bfee396b84b /googletest | |
parent | aa82c6f14b723a11c272b9450f387699fe679745 (diff) | |
parent | efd49c2d456bf102d2c179f2c506d81573bde339 (diff) | |
download | googletest-cb7271697bca56802db773f1b9a92fdaed5b7eee.zip googletest-cb7271697bca56802db773f1b9a92fdaed5b7eee.tar.gz googletest-cb7271697bca56802db773f1b9a92fdaed5b7eee.tar.bz2 |
Merge pull request #1428 from lidaobing/patch-2
Update Documentation.md
Diffstat (limited to 'googletest')
-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. |