aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordmauro <dmauro@google.com>2020-08-11 14:39:21 -0400
committerGennadiy Rozental <rogeeff@google.com>2020-08-12 02:41:11 -0400
commit6c655699c4cd8a00a39d8e9124b47a3fb879d554 (patch)
tree83f13b3b228c0fdaa152d9e8cf000a9d75ef6520
parent3d93f88081b1d16c96308f4a9a5e8859f3538bb9 (diff)
downloadgoogletest-6c655699c4cd8a00a39d8e9124b47a3fb879d554.zip
googletest-6c655699c4cd8a00a39d8e9124b47a3fb879d554.tar.gz
googletest-6c655699c4cd8a00a39d8e9124b47a3fb879d554.tar.bz2
Googletest export
Remove references to the GoogleTest mailing list Fixes #2966 PiperOrigin-RevId: 326065972
-rw-r--r--README.md8
1 files changed, 3 insertions, 5 deletions
diff --git a/README.md b/README.md
index 0500d53..e8eefe5 100644
--- a/README.md
+++ b/README.md
@@ -25,9 +25,6 @@ This repository is a merger of the formerly separate GoogleTest and GoogleMock
projects. These were so closely related that it makes sense to maintain and
release them together.
-Please subscribe to the mailing list at googletestframework@googlegroups.com for
-questions, discussions, and development.
-
### Getting started:
The information for **Google Test** is available in the
@@ -111,8 +108,9 @@ that generates stub code for Google Test.
Google Test is designed to have fairly minimal requirements to build and use
with your projects, but there are some. If you notice any problems on your
-platform, please notify
-[googletestframework@googlegroups.com](https://groups.google.com/forum/#!forum/googletestframework).
+platform, please file an issue on the
+[GoogleTest GitHub Issue Tracker](https://github.com/google/googletest/issues).
+
Patches for fixing them are welcome!
### Build Requirements