summaryrefslogtreecommitdiffstats
path: root/googletest/docs
diff options
context:
space:
mode:
authorGennadiy Civil <gennadiycivil@users.noreply.github.com>2017-08-31 18:28:19 -0400
committerGitHub <noreply@github.com>2017-08-31 18:28:19 -0400
commit836c194a8102b13385a4ed46f6aba85886a448ee (patch)
treeb1643c3a612426d7ee63cfad7e3e96dd06c56500 /googletest/docs
parent92e920730daecd3fd4e19d1ce9fa52a3558c2d57 (diff)
parente033d8c73de8d757fa30d22626ae026f43be6bd5 (diff)
downloadgoogletest-836c194a8102b13385a4ed46f6aba85886a448ee.tar.gz
googletest-836c194a8102b13385a4ed46f6aba85886a448ee.zip
Merge pull request #1241 from aninf-wo/hethi/issue-635-old-links
change links from former code.google.com to current github repository
Diffstat (limited to 'googletest/docs')
-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 109c7f2c..827bb24b 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.
OpenPOWER on IntegriCloud