summaryrefslogtreecommitdiffstats
path: root/googlemock
diff options
context:
space:
mode:
authorsthd <sch@campus.technion.ac.il>2023-08-22 17:58:34 (GMT)
committersthd <sch@campus.technion.ac.il>2023-08-22 17:58:34 (GMT)
commitf0eae4b3995b77cfbb49cc91f98da5d1f3c4fe05 (patch)
tree34da2ebdcddfdfda79846575680854d9f19adad7 /googlemock
parentcb5cd96bcafc15eaaf73517357b596e9ca1e71b4 (diff)
downloadgoogletest-f0eae4b3995b77cfbb49cc91f98da5d1f3c4fe05.zip
googletest-f0eae4b3995b77cfbb49cc91f98da5d1f3c4fe05.tar.gz
googletest-f0eae4b3995b77cfbb49cc91f98da5d1f3c4fe05.tar.bz2
changed http to httpsrefs/pull/4349/head
Diffstat (limited to 'googlemock')
-rw-r--r--googlemock/README.md8
-rw-r--r--googlemock/src/gmock-matchers.cc2
2 files changed, 5 insertions, 5 deletions
diff --git a/googlemock/README.md b/googlemock/README.md
index 7da6065..9a6dea3 100644
--- a/googlemock/README.md
+++ b/googlemock/README.md
@@ -7,9 +7,9 @@ derive better designs of your system and write better tests.
It is inspired by:
-* [jMock](http://www.jmock.org/)
-* [EasyMock](http://www.easymock.org/)
-* [Hamcrest](http://code.google.com/p/hamcrest/)
+* [jMock](https://www.jmock.org/)
+* [EasyMock](https://www.easymock.org/)
+* [Hamcrest](https://code.google.com/p/hamcrest/)
It is designed with C++'s specifics in mind.
@@ -36,5 +36,5 @@ Details and examples can be found here:
* [gMock Cheat Sheet](https://google.github.io/googletest/gmock_cheat_sheet.html)
GoogleMock is a part of
-[GoogleTest C++ testing framework](http://github.com/google/googletest/) and a
+[GoogleTest C++ testing framework](https://github.com/google/googletest/) and a
subject to the same requirements.
diff --git a/googlemock/src/gmock-matchers.cc b/googlemock/src/gmock-matchers.cc
index 07bba4f..81a5b7e 100644
--- a/googlemock/src/gmock-matchers.cc
+++ b/googlemock/src/gmock-matchers.cc
@@ -120,7 +120,7 @@ GTEST_API_ std::string FormatMatcherDescription(
// [1] Cormen, et al (2001). "Section 26.2: The Ford-Fulkerson method".
// "Introduction to Algorithms (Second ed.)", pp. 651-664.
// [2] "Ford-Fulkerson algorithm", Wikipedia,
-// 'http://en.wikipedia.org/wiki/Ford%E2%80%93Fulkerson_algorithm'
+// 'https://en.wikipedia.org/wiki/Ford%E2%80%93Fulkerson_algorithm'
class MaxBipartiteMatchState {
public:
explicit MaxBipartiteMatchState(const MatchMatrix& graph)