Merge pull request #4349 from sthd:httpToHttps
PiperOrigin-RevId: 559452348
Change-Id: I6f72001fd6b8e5a739c34121c8847c281d563b0f
diff --git a/googlemock/README.md b/googlemock/README.md
index 9a6dea3..e1103b1 100644
--- a/googlemock/README.md
+++ b/googlemock/README.md
@@ -7,8 +7,8 @@
It is inspired by:
-* [jMock](https://www.jmock.org/)
-* [EasyMock](https://www.easymock.org/)
+* [jMock](http://www.jmock.org/)
+* [EasyMock](https://easymock.org/)
* [Hamcrest](https://code.google.com/p/hamcrest/)
It is designed with C++'s specifics in mind.
diff --git a/googletest/README.md b/googletest/README.md
index 140a057..44fd69b 100644
--- a/googletest/README.md
+++ b/googletest/README.md
@@ -12,7 +12,7 @@
([CMakeLists.txt](https://github.com/google/googletest/blob/main/CMakeLists.txt))
that can be used on a wide range of platforms ("C" stands for cross-platform.).
If you don't have CMake installed already, you can download it for free from
-<https://www.cmake.org/>.
+<https://cmake.org/>.
CMake works by generating native makefiles or build projects that can be used in
the compiler environment of your choice. You can either build GoogleTest as a