aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBilly Donahue <BillyDonahue@users.noreply.github.com>2015-11-30 14:06:12 -0500
committerBilly Donahue <BillyDonahue@users.noreply.github.com>2015-11-30 14:06:12 -0500
commit2f93e2d8085eac507c065c081f356afecc7ed1b5 (patch)
tree89a9eff3b9f4ce170a835a7e9a32fb5886885a0b
parent6fe019e6b73e28f5110f986ff482bca952f5a739 (diff)
parent3aef7d7ddd3ac5d8257a484caffe6e80d29bca17 (diff)
downloadgoogletest-2f93e2d8085eac507c065c081f356afecc7ed1b5.tar.gz
googletest-2f93e2d8085eac507c065c081f356afecc7ed1b5.tar.bz2
googletest-2f93e2d8085eac507c065c081f356afecc7ed1b5.zip
Merge pull request #636 from ReadmeCritic/master
Update README URLs based on HTTP redirects
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 675a216a..22df99bd 100644
--- a/README.md
+++ b/README.md
@@ -53,7 +53,7 @@ the following notable projects:
* The [Chromium projects](http://www.chromium.org/) (behind the Chrome
browser and Chrome OS).
* The [LLVM](http://llvm.org/) compiler.
- * [Protocol Buffers](http://code.google.com/p/protobuf/), Google's data
+ * [Protocol Buffers](https://github.com/google/protobuf), Google's data
interchange format.
* The [OpenCV](http://opencv.org/) computer vision library.
@@ -66,7 +66,7 @@ Test UI is written in C#.
[GTest TAP Listener](https://github.com/kinow/gtest-tap-listener) is an event
listener for Google Test that implements the
-[TAP protocol](http://en.wikipedia.org/wiki/Test_Anything_Protocol) for test
+[TAP protocol](https://en.wikipedia.org/wiki/Test_Anything_Protocol) for test
result output. If your test runner understands TAP, you may find it useful.
## Requirements ##
@@ -110,9 +110,9 @@ We welcome patches. If you plan to contribute a patch, you need to
build Google Test and its own tests from a git checkout (described
below), which has further requirements:
- * [Python](http://python.org/) v2.3 or newer (for running some of
+ * [Python](https://www.python.org/) v2.3 or newer (for running some of
the tests and re-generating certain source files from templates)
- * [CMake](http://www.cmake.org/) v2.6.4 or newer
+ * [CMake](https://cmake.org/) v2.6.4 or newer
## Regenerating Source Files ##