Skip to content

Commit cb5cd96

Browse files
Merge pull request #4343 from sthd:http-to-https
PiperOrigin-RevId: 559151399 Change-Id: I8eb2c7c5222d0fd0935db531a0abe5792633fe7e
2 parents c374da1 + c759a58 commit cb5cd96

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ PR is acceptable as an alternative.
4747
## The Google Test and Google Mock Communities
4848

4949
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
5151
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
5555
guidelines listed here.
5656

5757
### Please Be Friendly

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,12 @@ tools.
100100
In addition to many internal projects at Google, GoogleTest is also used by the
101101
following 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

docs/advanced.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -508,9 +508,9 @@ TEST_F(FooDeathTest, DoesThat) {
508508
When built with Bazel and using Abseil, GoogleTest uses the
509509
[RE2](https://github.com/google/re2/wiki/Syntax) syntax. Otherwise, for POSIX
510510
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)
512512
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).
514514
515515
On Windows, GoogleTest uses its own simple regular expression implementation. It
516516
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:
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": {

0 commit comments

Comments
 (0)