aboutsummaryrefslogtreecommitdiffstats
path: root/googletest/docs/advanced.md
diff options
context:
space:
mode:
authorGennadiy Civil <misterg@google.com>2018-06-11 11:49:02 -0400
committerGennadiy Civil <misterg@google.com>2018-06-11 11:49:02 -0400
commit4490be87897d598a403bb4a115a3a0fd79a37ca3 (patch)
tree774ccad45392b02bde1ed26b5e148bc14b9abb15 /googletest/docs/advanced.md
parentf213b6399e03a2d07da6a6984fa157e17cafd474 (diff)
downloadgoogletest-4490be87897d598a403bb4a115a3a0fd79a37ca3.tar.gz
googletest-4490be87897d598a403bb4a115a3a0fd79a37ca3.tar.bz2
googletest-4490be87897d598a403bb4a115a3a0fd79a37ca3.zip
Rename FAQ.md to faq.md and adjust the links.
Part of documentation rationalization
Diffstat (limited to 'googletest/docs/advanced.md')
-rw-r--r--googletest/docs/advanced.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/googletest/docs/advanced.md b/googletest/docs/advanced.md
index 857967ac..73b79540 100644
--- a/googletest/docs/advanced.md
+++ b/googletest/docs/advanced.md
@@ -125,7 +125,7 @@ c is 10<br>
**Notes:**
- 1. If you see a compiler error "no matching function to call" when using `ASSERT_PRED*` or `EXPECT_PRED*`, please see [this FAQ](FAQ.md#the-compiler-complains-no-matching-function-to-call-when-i-use-assert_predn-how-do-i-fix-it) for how to resolve it.
+ 1. If you see a compiler error "no matching function to call" when using `ASSERT_PRED*` or `EXPECT_PRED*`, please see [this FAQ](faq.md#the-compiler-complains-no-matching-function-to-call-when-i-use-assert_predn-how-do-i-fix-it) for how to resolve it.
1. Currently we only provide predicate assertions of arity <= 5. If you need a higher-arity assertion, let us know.
_Availability_: Linux, Windows, Mac.
@@ -2413,4 +2413,4 @@ file as an example on how to compile your tests against them.
Congratulations! You've now learned more advanced Google Test tools and are
ready to tackle more complex testing tasks. If you want to dive even deeper, you
-can read the [Frequently-Asked Questions](FAQ.md).
+can read the [Frequently-Asked Questions](faq.md).