aboutsummaryrefslogtreecommitdiffstats
path: root/googlemock/docs/Documentation.md
diff options
context:
space:
mode:
authorCarlos O'Ryan <coryan@google.com>2017-12-11 19:33:27 -0500
committerCarlos O'Ryan <coryan@google.com>2017-12-11 19:33:27 -0500
commit23a014ab578682ae11c3e68c77a1cde3b77f7a90 (patch)
tree4be276a49a00388a46ecbff0f52161af509aceb8 /googlemock/docs/Documentation.md
parentc82cd5e41e3755fc9ed65912ca3acaae69921dbb (diff)
downloadgoogletest-23a014ab578682ae11c3e68c77a1cde3b77f7a90.tar.gz
googletest-23a014ab578682ae11c3e68c77a1cde3b77f7a90.tar.bz2
googletest-23a014ab578682ae11c3e68c77a1cde3b77f7a90.zip
Refactor docs about contributions to CONTRIBUTING.md.
Per the review comments.
Diffstat (limited to 'googlemock/docs/Documentation.md')
-rw-r--r--googlemock/docs/Documentation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/googlemock/docs/Documentation.md b/googlemock/docs/Documentation.md
index a0311871..16083e70 100644
--- a/googlemock/docs/Documentation.md
+++ b/googlemock/docs/Documentation.md
@@ -11,5 +11,5 @@ the respective git branch/tag).**
To contribute code to Google Mock, read:
- * [DevGuide](DevGuide.md) -- read this _before_ writing your first patch.
+ * [CONTRIBUTING](../CONTRIBUTING.md) -- read this _before_ writing your first patch.
* [Pump Manual](../../googletest/docs/PumpManual.md) -- how we generate some of Google Mock's source files.