diff options
author | Billy Donahue <BillyDonahue@users.noreply.github.com> | 2015-08-24 16:34:07 -0400 |
---|---|---|
committer | Billy Donahue <BillyDonahue@users.noreply.github.com> | 2015-08-24 16:34:07 -0400 |
commit | 09011c446d7de50f26e32dd8414b8357afe24341 (patch) | |
tree | b9a3c16bdf9e8533e625aad859eb0a24f7146df3 | |
parent | dd766fb970c277842a9bb5eb75407d17190595bf (diff) | |
download | googletest-09011c446d7de50f26e32dd8414b8357afe24341.tar.gz googletest-09011c446d7de50f26e32dd8414b8357afe24341.tar.bz2 googletest-09011c446d7de50f26e32dd8414b8357afe24341.zip |
Update README.md
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -81,8 +81,8 @@ make patches much more easily, so we highly encourage it. ### Source Package ### -Snapshots of Google Test's master branch can be -[downloaded directly](archive/master.zip). +Snapshots of Google Test's master branch can be downloaded directly with GitHub's +"Download ZIP" button on the main page. Versioned releases are also available by clicking on [Releases](releases) in the project page. |