File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -47,11 +47,11 @@ PR is acceptable as an alternative.
4747## The Google Test and Google Mock Communities
4848
4949The Google Test community exists primarily through the
50- [ discussion group] ( http ://groups.google.com/group/googletestframework) and the
50+ [ discussion group] ( https ://groups.google.com/group/googletestframework) and the
5151GitHub repository. Likewise, the Google Mock community exists primarily through
52- their own [ discussion group] ( http ://groups.google.com/group/googlemock) . You are
53- definitely encouraged to contribute to the discussion and you can also help us
54- to keep the effectiveness of the group high by following and promoting the
52+ their own [ discussion group] ( https ://groups.google.com/group/googlemock) . You
53+ are definitely encouraged to contribute to the discussion and you can also help
54+ us to keep the effectiveness of the group high by following and promoting the
5555guidelines listed here.
5656
5757### Please Be Friendly
Original file line number Diff line number Diff line change @@ -100,12 +100,12 @@ tools.
100100In addition to many internal projects at Google, GoogleTest is also used by the
101101following notable projects:
102102
103- * The [ Chromium projects] ( http ://www.chromium.org/) (behind the Chrome browser
104- and Chrome OS).
105- * The [ LLVM] ( http ://llvm.org/) compiler.
103+ * The [ Chromium projects] ( https ://www.chromium.org/) (behind the Chrome
104+ browser and Chrome OS).
105+ * The [ LLVM] ( https ://llvm.org/) compiler.
106106* [ Protocol Buffers] ( https://github.com/google/protobuf ) , Google's data
107107 interchange format.
108- * The [ OpenCV] ( http ://opencv.org/) computer vision library.
108+ * The [ OpenCV] ( https ://opencv.org/) computer vision library.
109109
110110## Related Open Source Projects
111111
Original file line number Diff line number Diff line change @@ -508,9 +508,9 @@ TEST_F(FooDeathTest, DoesThat) {
508508When built with Bazel and using Abseil, GoogleTest uses the
509509[RE2](https://github.com/google/re2/wiki/Syntax) syntax. Otherwise, for POSIX
510510systems (Linux, Cygwin, Mac), GoogleTest uses the
511- [POSIX extended regular expression](http ://www.opengroup.org/onlinepubs/009695399/basedefs/xbd_chap09.html#tag_09_04)
511+ [POSIX extended regular expression](https ://www.opengroup.org/onlinepubs/009695399/basedefs/xbd_chap09.html#tag_09_04)
512512syntax. To learn about POSIX syntax, you may want to read this
513- [Wikipedia entry](http ://en.wikipedia.org/wiki/Regular_expression#POSIX_extended).
513+ [Wikipedia entry](https ://en.wikipedia.org/wiki/Regular_expression#POSIX_extended).
514514
515515On Windows, GoogleTest uses its own simple regular expression implementation. It
516516lacks many features. For example, we don't support union (`"x|y"`), grouping
@@ -2171,7 +2171,7 @@ The report format conforms to the following JSON Schema:
21712171
21722172``` json
21732173{
2174- "$schema" : " http ://json-schema.org/schema#" ,
2174+ "$schema" : " https ://json-schema.org/schema#" ,
21752175 "type" : " object" ,
21762176 "definitions" : {
21772177 "TestCase" : {
You can’t perform that action at this time.
0 commit comments