aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorReadmeCritic <frankensteinbot@gmail.com>2015-11-25 08:25:03 -0800
committerReadmeCritic <frankensteinbot@gmail.com>2015-11-25 08:25:03 -0800
commit3aef7d7ddd3ac5d8257a484caffe6e80d29bca17 (patch)
tree345db4dc9bc5429bce95c108d9efc3d22c002cc8 /README.md
parentffce1a857856dad49037bf92595729ba9d462b42 (diff)
downloadgoogletest-3aef7d7ddd3ac5d8257a484caffe6e80d29bca17.tar.gz
googletest-3aef7d7ddd3ac5d8257a484caffe6e80d29bca17.tar.bz2
googletest-3aef7d7ddd3ac5d8257a484caffe6e80d29bca17.zip
Update README URLs based on HTTP redirects
Diffstat (limited to 'README.md')
-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 ##