aboutsummaryrefslogtreecommitdiffstats
path: root/googletest/docs/advanced.md
diff options
context:
space:
mode:
authorPrashant Jaikumar <pjaikumar@google.com>2019-06-19 15:18:55 -0700
committerPrashant Jaikumar <pjaikumar@google.com>2019-06-19 15:18:55 -0700
commitce58a5972b7eb49d0d663b1719fc42175ca8dffb (patch)
tree6525778449557af89bf96b5a66b6313499383be9 /googletest/docs/advanced.md
parentb4676595c03a26bb84f68542c8b74d3d89b38b68 (diff)
downloadgoogletest-ce58a5972b7eb49d0d663b1719fc42175ca8dffb.tar.gz
googletest-ce58a5972b7eb49d0d663b1719fc42175ca8dffb.tar.bz2
googletest-ce58a5972b7eb49d0d663b1719fc42175ca8dffb.zip
Remove google internal links from documentation on github
Diffstat (limited to 'googletest/docs/advanced.md')
-rw-r--r--googletest/docs/advanced.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/docs/advanced.md b/googletest/docs/advanced.md
index c8a7eb6f..6a013795 100644
--- a/googletest/docs/advanced.md
+++ b/googletest/docs/advanced.md
@@ -1398,7 +1398,7 @@ namespace:
For more details, see the comments at the definitions of these functions.
-NOTE: The `INSTANTIATE_TEST_SUITE_P` keyword is recommended (addressing http://go/gh/google/googletest/issues/1085) For 1.8.1 and previous releases the keyword is `INSTANTIATE_TEST_CASE_P`. which has been deprecated in favor of INSTANTIATE_TEST_SUITE_P.
+NOTE: The `INSTANTIATE_TEST_SUITE_P` keyword is recommended (addressing https://github.com/google/googletest/issues/1085) For 1.8.1 and previous releases the keyword is `INSTANTIATE_TEST_CASE_P`. which has been deprecated in favor of INSTANTIATE_TEST_SUITE_P.
The following statement will instantiate tests from the `FooTest` test suite each
with parameter values `"meeny"`, `"miny"`, and `"moe"`.