diff options
author | Copybara-Service <copybara-worker@google.com> | 2023-08-22 17:24:02 (GMT) |
---|---|---|
committer | Copybara-Service <copybara-worker@google.com> | 2023-08-22 17:24:02 (GMT) |
commit | cb5cd96bcafc15eaaf73517357b596e9ca1e71b4 (patch) | |
tree | 36c460b0b785c0f12e82dae7fbb4f4ed8641a5fd /README.md | |
parent | c374da15c57ba6056fedd34c68442f3e2a20c1d7 (diff) | |
parent | c759a58a2d8c1ffae89d02def056b3049b32be80 (diff) | |
download | googletest-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.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |