aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGennadiy Civil <gennadiycivil@users.noreply.github.com>2018-01-26 10:50:22 -0500
committerGitHub <noreply@github.com>2018-01-26 10:50:22 -0500
commitcb7271697bca56802db773f1b9a92fdaed5b7eee (patch)
tree9f38d73b0e5b09406db97c64257c9bfee396b84b
parentaa82c6f14b723a11c272b9450f387699fe679745 (diff)
parentefd49c2d456bf102d2c179f2c506d81573bde339 (diff)
downloadgoogletest-cb7271697bca56802db773f1b9a92fdaed5b7eee.tar.gz
googletest-cb7271697bca56802db773f1b9a92fdaed5b7eee.tar.bz2
googletest-cb7271697bca56802db773f1b9a92fdaed5b7eee.zip
Merge pull request #1428 from lidaobing/patch-2
Update Documentation.md
-rw-r--r--googletest/docs/Documentation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/docs/Documentation.md b/googletest/docs/Documentation.md
index 3784c8fd..20f25039 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.