aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGennadiy Civil <misterg@google.com>2018-06-11 11:54:27 -0400
committerGennadiy Civil <misterg@google.com>2018-06-11 11:54:27 -0400
commit109f848bc83f6618bb12c15e92ea17d0cbba3c54 (patch)
tree1d12c3eb370e3ccef7a49e32b8b5b563315ac5ab
parent4490be87897d598a403bb4a115a3a0fd79a37ca3 (diff)
downloadgoogletest-109f848bc83f6618bb12c15e92ea17d0cbba3c54.tar.gz
googletest-109f848bc83f6618bb12c15e92ea17d0cbba3c54.tar.bz2
googletest-109f848bc83f6618bb12c15e92ea17d0cbba3c54.zip
Rename Samples.md to samples.md and adjust the links
-rw-r--r--googletest/docs/Documentation.md2
-rw-r--r--googletest/docs/primer.md2
-rw-r--r--googletest/docs/samples.md (renamed from googletest/docs/Samples.md)0
3 files changed, 2 insertions, 2 deletions
diff --git a/googletest/docs/Documentation.md b/googletest/docs/Documentation.md
index b6c77af1..6c3bf7a5 100644
--- a/googletest/docs/Documentation.md
+++ b/googletest/docs/Documentation.md
@@ -5,7 +5,7 @@ documentation for that specific version instead (e.g. by checking out
the respective git branch/tag).**
* [Primer](primer.md) -- start here if you are new to Google Test.
- * [Samples](Samples.md) -- learn from examples.
+ * [Samples](samples.md) -- learn from examples.
* [AdvancedGuide](advanced.md) -- learn more about Google Test.
* [XcodeGuide](XcodeGuide.md) -- how to use Google Test in Xcode on Mac.
* [Frequently-Asked Questions](faq.md) -- check here before asking a question on the mailing list.
diff --git a/googletest/docs/primer.md b/googletest/docs/primer.md
index 48ce894e..52b99f96 100644
--- a/googletest/docs/primer.md
+++ b/googletest/docs/primer.md
@@ -522,7 +522,7 @@ There is one more pitfall, though. If you use Google Test as a static library (t
# Where to Go from Here #
Congratulations! You've learned the Google Test basics. You can start writing
-and running Google Test tests, read some [samples](Samples.md), or continue with
+and running Google Test tests, read some [samples](samples.md), or continue with
[AdvancedGuide](advanced.md), which describes many more useful Google Test features.
# Known Limitations #
diff --git a/googletest/docs/Samples.md b/googletest/docs/samples.md
index f21d2005..f21d2005 100644
--- a/googletest/docs/Samples.md
+++ b/googletest/docs/samples.md