Rename Samples.md to samples.md and adjust the links

This commit is contained in:
Gennadiy Civil 2018-06-11 11:54:27 -04:00
parent 4490be8789
commit 109f848bc8
3 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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 #