aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsthd <sch@campus.technion.ac.il>2023-08-11 11:01:14 +0300
committersthd <sch@campus.technion.ac.il>2023-08-11 11:01:14 +0300
commit619601c5e26eb0cc763082e026b130a35e63deba (patch)
treed82ca56ac01cad29eae3bc82bbc2d686cb8621f3
parent7e33b6a1c497ced1e98fc60175aeb4678419281c (diff)
downloadgoogletest-619601c5e26eb0cc763082e026b130a35e63deba.tar.gz
Changed 3 public links from http to https
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 1bca4d1f..111801ea 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
+* The [Chromium projects](https://www.chromium.org/) (behind the Chrome browser
and Chrome OS).
-* The [LLVM](http://llvm.org/) compiler.
+* 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