diff options
author | Gennadiy Civil <gennadiycivil@users.noreply.github.com> | 2017-08-11 15:29:50 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-11 15:29:50 (GMT) |
commit | 9816b96a6ddc0430671693df90192bbee57108b6 (patch) | |
tree | ec1f4084662dac63ecec251bb45a9b6fc9f750d7 | |
parent | c7f4849c0b71e1039ae3b505f8995629f17af784 (diff) | |
parent | 1cff1460d191d3caa6bdbd998109d826e1bb6eb0 (diff) | |
download | googletest-9816b96a6ddc0430671693df90192bbee57108b6.zip googletest-9816b96a6ddc0430671693df90192bbee57108b6.tar.gz googletest-9816b96a6ddc0430671693df90192bbee57108b6.tar.bz2 |
Merge pull request #857 from KindDragon/patch-1
Add links to IRC channel and Google Group
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -12,7 +12,7 @@ maintain and release them together. Please see the project page above for more information as well as the mailing list for questions, discussions, and development. There is -also an IRC channel on OFTC (irc.oftc.net) #gtest available. Please +also an IRC channel on [OFTC](https://webchat.oftc.net/) (irc.oftc.net) #gtest available. Please join us! Getting started information for **Google Test** is available in the @@ -88,7 +88,7 @@ effort to support other platforms (e.g. Solaris, AIX, and z/OS). However, since core members of the Google Test project have no access to these platforms, Google Test may have outstanding issues there. If you notice any problems on your platform, please notify -<googletestframework@googlegroups.com>. Patches for fixing them are +[googletestframework@googlegroups.com](https://groups.google.com/forum/#!forum/googletestframework). Patches for fixing them are even more welcome! ### Linux Requirements ### @@ -103,7 +103,7 @@ package (as described below): ### Windows Requirements ### - * Microsoft Visual C++ v7.1 or newer + * Microsoft Visual C++ 2010 or newer ### Cygwin Requirements ### |