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.
47
47
## The Google Test and Google Mock Communities
48
48
49
49
The 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
51
51
GitHub 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
55
55
guidelines listed here.
56
56
57
57
### Please Be Friendly
Original file line number Diff line number Diff line change @@ -100,12 +100,12 @@ tools.
100
100
In addition to many internal projects at Google, GoogleTest is also used by the
101
101
following notable projects:
102
102
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.
106
106
* [ Protocol Buffers] ( https://github.com/google/protobuf ) , Google's data
107
107
interchange format.
108
- * The [ OpenCV] ( http ://opencv.org/) computer vision library.
108
+ * The [ OpenCV] ( https ://opencv.org/) computer vision library.
109
109
110
110
## Related Open Source Projects
111
111
Original file line number Diff line number Diff line change @@ -508,9 +508,9 @@ TEST_F(FooDeathTest, DoesThat) {
508
508
When built with Bazel and using Abseil, GoogleTest uses the
509
509
[RE2](https://github.com/google/re2/wiki/Syntax) syntax. Otherwise, for POSIX
510
510
systems (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)
512
512
syntax. 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).
514
514
515
515
On Windows, GoogleTest uses its own simple regular expression implementation. It
516
516
lacks 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:
2171
2171
2172
2172
``` json
2173
2173
{
2174
- "$schema" : " http ://json-schema.org/schema#" ,
2174
+ "$schema" : " https ://json-schema.org/schema#" ,
2175
2175
"type" : " object" ,
2176
2176
"definitions" : {
2177
2177
"TestCase" : {
You can’t perform that action at this time.
0 commit comments