aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDeanna Hood <deanna.m.hood@gmail.com>2015-08-24 14:49:37 +0200
committerDeanna Hood <deanna.m.hood@gmail.com>2015-08-24 14:49:37 +0200
commit7f57200362425ad86b681a8d749e1a01bb2646b3 (patch)
treeb09d3c92b541eca33d31e39da9c9eec81e8bf4ec /README.md
parent5be21f854a7e00d2121a3c8efc4ac89361841fd3 (diff)
downloadgoogletest-7f57200362425ad86b681a8d749e1a01bb2646b3.tar.gz
googletest-7f57200362425ad86b681a8d749e1a01bb2646b3.tar.bz2
googletest-7f57200362425ad86b681a8d749e1a01bb2646b3.zip
Correct readme links
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 d3083421..5e919a04 100644
--- a/README.md
+++ b/README.md
@@ -81,11 +81,11 @@ make patches much more easily, so we highly encourage it.
### Source Package ###
-Snapshots of Google Test's master branch can be
-[https://github.com/google/googletest/archive/master.zip](downloaded directly).
+Snapshots of Google Test's master branch can be
+[downloaded directly](https://github.com/google/googletest/archive/master.zip).
Versioned releases are also available by clicking on
-[https://github.com/google/googletest/releases](Releases) in the project page.
+[Releases](https://github.com/google/googletest/releases) in the project page.
### Git Checkout ###
@@ -418,7 +418,7 @@ for how to use it.
We welcome patches. Please read the
[Google Test developer's guide](
- http://code.google.com/p/googletest/wiki/GoogleTestDevGuide)
+ http://code.google.com/p/googletest/wiki/DevGuide)
for how you can contribute. In particular, make sure you have signed
the Contributor License Agreement, or we won't be able to accept the
patch.