diff options
author | Prashant Jaikumar <pjaikumar@google.com> | 2019-06-19 22:18:55 (GMT) |
---|---|---|
committer | Prashant Jaikumar <pjaikumar@google.com> | 2019-06-19 22:18:55 (GMT) |
commit | ce58a5972b7eb49d0d663b1719fc42175ca8dffb (patch) | |
tree | 6525778449557af89bf96b5a66b6313499383be9 /googletest/docs/faq.md | |
parent | b4676595c03a26bb84f68542c8b74d3d89b38b68 (diff) | |
download | googletest-ce58a5972b7eb49d0d663b1719fc42175ca8dffb.zip googletest-ce58a5972b7eb49d0d663b1719fc42175ca8dffb.tar.gz googletest-ce58a5972b7eb49d0d663b1719fc42175ca8dffb.tar.bz2 |
Remove google internal links from documentation on githubrefs/pull/2296/head
Diffstat (limited to 'googletest/docs/faq.md')
-rw-r--r-- | googletest/docs/faq.md | 2 |
1 files changed, 1 insertions, 1 deletions
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? |