summaryrefslogtreecommitdiffstats
path: root/googletest/docs
diff options
context:
space:
mode:
authorGennadiy Civil <misterg@google.com>2018-06-11 15:26:16 (GMT)
committerGennadiy Civil <misterg@google.com>2018-06-11 15:26:16 (GMT)
commitde47b0d30c1d2a2072eb1c2a2e852d6aaa028931 (patch)
treee3b480f265889cb79488e15ea02feb48f8893bf3 /googletest/docs
parent98a0d007d7092b72eea0e501bb9ad17908a1a036 (diff)
downloadgoogletest-de47b0d30c1d2a2072eb1c2a2e852d6aaa028931.zip
googletest-de47b0d30c1d2a2072eb1c2a2e852d6aaa028931.tar.gz
googletest-de47b0d30c1d2a2072eb1c2a2e852d6aaa028931.tar.bz2
Rename "Primer.md" to "primer.md" and adjust links. Part of the documentaion rationalzation
Diffstat (limited to 'googletest/docs')
-rw-r--r--googletest/docs/AdvancedGuide.md2
-rw-r--r--googletest/docs/Documentation.md2
-rw-r--r--googletest/docs/FAQ.md4
-rw-r--r--googletest/docs/primer.md (renamed from googletest/docs/Primer.md)0
4 files changed, 4 insertions, 4 deletions
diff --git a/googletest/docs/AdvancedGuide.md b/googletest/docs/AdvancedGuide.md
index c1a1a4a..857967a 100644
--- a/googletest/docs/AdvancedGuide.md
+++ b/googletest/docs/AdvancedGuide.md
@@ -1,6 +1,6 @@
-Now that you have read [Primer](Primer.md) and learned how to write tests
+Now that you have read [Primer](primer.md) and learned how to write tests
using Google Test, it's time to learn some new tricks. This document
will show you more assertions as well as how to construct complex
failure messages, propagate fatal failures, reuse and speed up your
diff --git a/googletest/docs/Documentation.md b/googletest/docs/Documentation.md
index 20f2503..de6aaae 100644
--- a/googletest/docs/Documentation.md
+++ b/googletest/docs/Documentation.md
@@ -4,7 +4,7 @@ current git version)**
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.
+ * [Primer](primer.md) -- start here if you are new to Google Test.
* [Samples](Samples.md) -- learn from examples.
* [AdvancedGuide](AdvancedGuide.md) -- learn more about Google Test.
* [XcodeGuide](XcodeGuide.md) -- how to use Google Test in Xcode on Mac.
diff --git a/googletest/docs/FAQ.md b/googletest/docs/FAQ.md
index bd9526d..362f81b 100644
--- a/googletest/docs/FAQ.md
+++ b/googletest/docs/FAQ.md
@@ -1,7 +1,7 @@
If you cannot find the answer to your question here, and you have read
-[Primer](Primer.md) and [AdvancedGuide](AdvancedGuide.md), send it to
+[Primer](primer.md) and [AdvancedGuide](AdvancedGuide.md), send it to
googletestframework@googlegroups.com.
## Why should I use Google Test instead of my favorite C++ testing framework? ##
@@ -956,7 +956,7 @@ using gtest-md.vcproj instead of gtest.vcproj.
## I put my tests in a library and Google Test doesn't run them. What's happening? ##
Have you read a
-[warning](Primer.md#important-note-for-visual-c-users) on
+[warning](primer.md#important-note-for-visual-c-users) on
the Google Test Primer page?
## I want to use Google Test with Visual Studio but don't know where to start. ##
diff --git a/googletest/docs/Primer.md b/googletest/docs/primer.md
index 5e8ee0c..5e8ee0c 100644
--- a/googletest/docs/Primer.md
+++ b/googletest/docs/primer.md