summaryrefslogtreecommitdiffstats
path: root/googletest
diff options
context:
space:
mode:
authorHerbert Thielen <thielen@hs-worms.de>2017-07-30 15:05:48 (GMT)
committerHerbert Thielen <thielen@hs-worms.de>2017-07-30 15:05:48 (GMT)
commitec19d455bc1224fc2ca8c43d4a0e3d528a7e2a26 (patch)
tree6d3ffb6d30d0856d53edec0d7a5562293bda1bdd /googletest
parente5b88b227e6adfa7196575b1264384e718d16cab (diff)
downloadgoogletest-ec19d455bc1224fc2ca8c43d4a0e3d528a7e2a26.zip
googletest-ec19d455bc1224fc2ca8c43d4a0e3d528a7e2a26.tar.gz
googletest-ec19d455bc1224fc2ca8c43d4a0e3d528a7e2a26.tar.bz2
fix links to Google C++ Style Guiderefs/pull/1165/head
Diffstat (limited to 'googletest')
-rw-r--r--googletest/docs/DevGuide.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/googletest/docs/DevGuide.md b/googletest/docs/DevGuide.md
index 06467a3..4333a8e 100644
--- a/googletest/docs/DevGuide.md
+++ b/googletest/docs/DevGuide.md
@@ -80,8 +80,8 @@ instructions for how to sign and return it.
## Coding Style ##
To keep the source consistent, readable, diffable and easy to merge,
-we use a fairly rigid coding style, as defined by the [google-styleguide](http://code.google.com/p/google-styleguide/) project. All patches will be expected
-to conform to the style outlined [here](http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml).
+we use a fairly rigid coding style, as defined by the [google-styleguide](https://github.com/google/styleguide) project. All patches will be expected
+to conform to the style outlined [here](https://google.github.io/styleguide/cppguide.html).
## Updating Generated Code ##