summaryrefslogtreecommitdiffstats
path: root/googletest/docs/PumpManual.md
diff options
context:
space:
mode:
authorHerbert Thielen <thielen@hs-worms.de>2017-08-31 16:12:17 (GMT)
committerHerbert Thielen <thielen@hs-worms.de>2017-08-31 16:12:17 (GMT)
commite033d8c73de8d757fa30d22626ae026f43be6bd5 (patch)
tree212d2754181daeaa3aa85964637f5bf3b3b50842 /googletest/docs/PumpManual.md
parenta430e9c176bd78d5deed693b1239dc96c95a1ec2 (diff)
downloadgoogletest-e033d8c73de8d757fa30d22626ae026f43be6bd5.zip
googletest-e033d8c73de8d757fa30d22626ae026f43be6bd5.tar.gz
googletest-e033d8c73de8d757fa30d22626ae026f43be6bd5.tar.bz2
change links from former code.google.com to current github repositoryrefs/pull/1241/head
Diffstat (limited to 'googletest/docs/PumpManual.md')
-rw-r--r--googletest/docs/PumpManual.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/docs/PumpManual.md b/googletest/docs/PumpManual.md
index 109c7f2..827bb24 100644
--- a/googletest/docs/PumpManual.md
+++ b/googletest/docs/PumpManual.md
@@ -40,7 +40,7 @@ maintain.
## Highlights ##
* The implementation is in a single Python script and thus ultra portable: no build or installation is needed and it works cross platforms.
- * Pump tries to be smart with respect to [Google's style guide](http://code.google.com/p/google-styleguide/): it breaks long lines (easy to have when they are generated) at acceptable places to fit within 80 columns and indent the continuation lines correctly.
+ * Pump tries to be smart with respect to [Google's style guide](https://github.com/google/styleguide): it breaks long lines (easy to have when they are generated) at acceptable places to fit within 80 columns and indent the continuation lines correctly.
* The format is human-readable and more concise than XML.
* The format works relatively well with Emacs' C++ mode.