From b138afde15fff4b81afd926a7bdfb70928358b56 Mon Sep 17 00:00:00 2001 From: Krystian Kuzniarek Date: Sat, 13 Jul 2019 08:16:41 +0200 Subject: [PATCH] rename and apply snake_case on KnownIssues.md --- googlemock/README.md | 2 +- googlemock/docs/{KnownIssues.md => known_issues.md} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename googlemock/docs/{KnownIssues.md => known_issues.md} (100%) diff --git a/googlemock/README.md b/googlemock/README.md index bd90caaf..36f87761 100644 --- a/googlemock/README.md +++ b/googlemock/README.md @@ -68,7 +68,7 @@ Once you understand the basics, check out the rest of the docs: including advanced techniques. If you need help, please check the -[KnownIssues](docs/KnownIssues.md) and +[KnownIssues](docs/known_issues.md) and [FrequentlyAskedQuestions](docs/frequently_asked_questions.md) before posting a question on the [discussion group](http://groups.google.com/group/googlemock). diff --git a/googlemock/docs/KnownIssues.md b/googlemock/docs/known_issues.md similarity index 100% rename from googlemock/docs/KnownIssues.md rename to googlemock/docs/known_issues.md