summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorCopybara-Service <copybara-worker@google.com>2023-08-22 17:24:02 (GMT)
committerCopybara-Service <copybara-worker@google.com>2023-08-22 17:24:02 (GMT)
commitcb5cd96bcafc15eaaf73517357b596e9ca1e71b4 (patch)
tree36c460b0b785c0f12e82dae7fbb4f4ed8641a5fd /README.md
parentc374da15c57ba6056fedd34c68442f3e2a20c1d7 (diff)
parentc759a58a2d8c1ffae89d02def056b3049b32be80 (diff)
downloadgoogletest-cb5cd96bcafc15eaaf73517357b596e9ca1e71b4.zip
googletest-cb5cd96bcafc15eaaf73517357b596e9ca1e71b4.tar.gz
googletest-cb5cd96bcafc15eaaf73517357b596e9ca1e71b4.tar.bz2
Merge pull request #4343 from sthd:http-to-https
PiperOrigin-RevId: 559151399 Change-Id: I8eb2c7c5222d0fd0935db531a0abe5792633fe7e
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 1bca4d1..c1c1446 100644
--- a/README.md
+++ b/README.md
@@ -100,12 +100,12 @@ tools.
In addition to many internal projects at Google, GoogleTest is also used by the
following notable projects:
-* The [Chromium projects](http://www.chromium.org/) (behind the Chrome browser
- and Chrome OS).
-* The [LLVM](http://llvm.org/) compiler.
+* The [Chromium projects](https://www.chromium.org/) (behind the Chrome
+ browser and Chrome OS).
+* The [LLVM](https://llvm.org/) compiler.
* [Protocol Buffers](https://github.com/google/protobuf), Google's data
interchange format.
-* The [OpenCV](http://opencv.org/) computer vision library.
+* The [OpenCV](https://opencv.org/) computer vision library.
## Related Open Source Projects