diff options
author | Samuel Roth <s-roth@onu.edu> | 2016-09-12 16:27:36 (GMT) |
---|---|---|
committer | Samuel Roth <s-roth@onu.edu> | 2016-09-12 16:27:36 (GMT) |
commit | 995db996dee6d6a8b537fd0174a940545442b137 (patch) | |
tree | 1bd5b8525ca8141a03e16981cc50e857f980579c | |
parent | f5c0130e88a373ed4a53c96c2676ebe53a3b883c (diff) | |
download | googletest-995db996dee6d6a8b537fd0174a940545442b137.zip googletest-995db996dee6d6a8b537fd0174a940545442b137.tar.gz googletest-995db996dee6d6a8b537fd0174a940545442b137.tar.bz2 |
Fixing KnownIssues and FrequentlyAskedQuestions links
-rw-r--r-- | googlemock/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/googlemock/README.md b/googlemock/README.md index a02fd22..2d6184d 100644 --- a/googlemock/README.md +++ b/googlemock/README.md @@ -68,8 +68,8 @@ Once you understand the basics, check out the rest of the docs: including advanced techniques. If you need help, please check the -[KnownIssues](../../tree/master/googlemock/docs/KnownIssues.md) and -[FrequentlyAskedQuestions](../../tree/master/googlemock/docs/FrequentlyAskedQuestions.md) before +[KnownIssues](docs/KnownIssues.md) and +[FrequentlyAskedQuestions](docs/FrequentlyAskedQuestions.md) before posting a question on the [discussion group](http://groups.google.com/group/googlemock). |