aboutsummaryrefslogtreecommitdiffstats
path: root/googlemock/docs
diff options
context:
space:
mode:
authorKrystian Kuzniarek <krystian.kuzniarek@gmail.com>2019-07-13 09:16:02 +0200
committerKrystian Kuzniarek <krystian.kuzniarek@gmail.com>2019-07-13 09:16:52 +0200
commitf81dbd6ce8f055b20441aeb636b9c9b7bb23cc7a (patch)
tree71bd85b0a0fdda5f07e3b427cfcf1ab804972c87 /googlemock/docs
parentb138afde15fff4b81afd926a7bdfb70928358b56 (diff)
downloadgoogletest-f81dbd6ce8f055b20441aeb636b9c9b7bb23cc7a.tar.gz
googletest-f81dbd6ce8f055b20441aeb636b9c9b7bb23cc7a.tar.bz2
googletest-f81dbd6ce8f055b20441aeb636b9c9b7bb23cc7a.zip
add missing references to DesignDoc and KnownIssues
Diffstat (limited to 'googlemock/docs')
-rw-r--r--googlemock/docs/documentation.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/googlemock/docs/documentation.md b/googlemock/docs/documentation.md
index 0f19e6fa..831598cc 100644
--- a/googlemock/docs/documentation.md
+++ b/googlemock/docs/documentation.md
@@ -7,7 +7,8 @@ the respective git branch/tag).**
* [ForDummies](for_dummies.md) -- start here if you are new to Google Mock.
* [CheatSheet](cheat_sheet.md) -- a quick reference.
* [CookBook](cook_book.md) -- recipes for doing various tasks using Google Mock.
- * [FrequentlyAskedQuestions](frequently_asked_questions.md) -- check here before asking a question on the mailing list.
+ * [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.
To contribute code to Google Mock, read: