From ce58a5972b7eb49d0d663b1719fc42175ca8dffb Mon Sep 17 00:00:00 2001 From: Prashant Jaikumar Date: Wed, 19 Jun 2019 15:18:55 -0700 Subject: Remove google internal links from documentation on github --- googletest/docs/advanced.md | 2 +- googletest/docs/faq.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/googletest/docs/advanced.md b/googletest/docs/advanced.md index c8a7eb6..6a01379 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"`. diff --git a/googletest/docs/faq.md b/googletest/docs/faq.md index d6ae53c..2b0bbe7 100644 --- a/googletest/docs/faq.md +++ b/googletest/docs/faq.md @@ -682,7 +682,7 @@ there is an `std::ostream& operator<<(std::ostream&, const FooType&)` function defined such that we can print a value of `FooType`. In addition, if `FooType` is declared in a name space, the `<<` operator also -needs to be defined in the *same* name space. See go/totw/49 for details. +needs to be defined in the *same* name space. See https://abseil.io/tips/49 for details. ## How do I suppress the memory leak messages on Windows? -- cgit v0.12