From 7f57200362425ad86b681a8d749e1a01bb2646b3 Mon Sep 17 00:00:00 2001 From: Deanna Hood Date: Mon, 24 Aug 2015 14:49:37 +0200 Subject: Correct readme links --- README.md | 8 ++++---- 1 file 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. -- cgit v1.2.3 From 72d4ca6685c01c823696d88ef42546e3b6dd85ad Mon Sep 17 00:00:00 2001 From: Billy Donahue Date: Mon, 24 Aug 2015 13:36:02 -0400 Subject: dhood suggestions --- README.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 5e919a04..34e5e3e7 100644 --- a/README.md +++ b/README.md @@ -82,10 +82,10 @@ make patches much more easily, so we highly encourage it. ### Source Package ### Snapshots of Google Test's master branch can be -[downloaded directly](https://github.com/google/googletest/archive/master.zip). +[downloaded directly](archive/master.zip). Versioned releases are also available by clicking on -[Releases](https://github.com/google/googletest/releases) in the project page. +[Releases](releases) in the project page. ### Git Checkout ### @@ -147,7 +147,7 @@ it. ### Using CMake ### Google Test comes with a CMake build script ( -[CMakeLists.txt](https://github.com/google/googletest/blob/master/CMakeLists.txt)) that can be used on a wide range of platforms ("C" stands for +[CMakeLists.txt](master/CMakeLists.txt)) that can be used on a wide range of platforms ("C" stands for cross-platform.). If you don't have CMake installed already, you can download it for free from . @@ -410,15 +410,13 @@ gtest-type-util.h in the same directory. Normally you don't need to worry about regenerating the source files, unless you need to modify them. In that case, you should modify the corresponding .pump files instead and run the pump.py Python script to -regenerate them. You can find pump.py in the scripts/ directory. -Read the [Pump manual](http://code.google.com/p/googletest/wiki/PumpManual) -for how to use it. +regenerate them. You can find pump.py in the [scripts/](scripts/) directory. +Read the [Pump manual](docs/PumpManual.md) for how to use it. ### Contributing a Patch ### We welcome patches. Please read the -[Google Test developer's guide]( - http://code.google.com/p/googletest/wiki/DevGuide) +[Google Test developer's guide](docs/DevGuide.md) 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. -- cgit v1.2.3