summaryrefslogtreecommitdiffstats
path: root/googlemock/docs/documentation.md
diff options
context:
space:
mode:
authorGennadiy Civil <misterg@google.com>2019-07-17 19:35:48 (GMT)
committerGennadiy Civil <misterg@google.com>2019-07-17 19:35:48 (GMT)
commit63e878b6242f54385999e82271eb64c88c48afee (patch)
treeb9b9166f5a09120916502818184e84d58ae85ed9 /googlemock/docs/documentation.md
parentf899e81e43407c9a3433d9ad3a0a8f64e450ba44 (diff)
downloadgoogletest-63e878b6242f54385999e82271eb64c88c48afee.zip
googletest-63e878b6242f54385999e82271eb64c88c48afee.tar.gz
googletest-63e878b6242f54385999e82271eb64c88c48afee.tar.bz2
Preparation for including docs in round-trip with OSS, Manual merge, review and merge docs internal-OSS
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 831598c..3e92882 100644
--- a/googlemock/docs/documentation.md
+++ b/googlemock/docs/documentation.md
@@ -8,7 +8,7 @@ the respective git branch/tag).**
* [CheatSheet](cheat_sheet.md) -- a quick reference.
* [CookBook](cook_book.md) -- recipes for doing various tasks using Google Mock.
* [DesignDoc](design_doc.md) -- design of and rationale behind some Google Mock features.
- * [FrequentlyAskedQuestions](frequently_asked_questions.md) and [KnownIssues](known_issues.md) -- check here before asking a question on the mailing list.
+ * [FrequentlyAskedQuestions](gmock_faq.md) and [KnownIssues](known_issues.md) -- check here before asking a question on the mailing list.
To contribute code to Google Mock, read: