aboutsummaryrefslogtreecommitdiffstats
path: root/googlemock/docs/DevGuide.md
diff options
context:
space:
mode:
authorChe-Hsun Liu <chehsunliu@gmail.com>2017-08-14 14:51:49 +0800
committerGitHub <noreply@github.com>2017-08-14 14:51:49 +0800
commit24696c3958f0be6a87b52f07436417c53d0fef24 (patch)
tree4993eb36b3296281b188b5adf662951c910c7fb2 /googlemock/docs/DevGuide.md
parent509f7fe84094dc632ba1794c1f9bd3a7c049d5fe (diff)
parent673c975a963f356b19fea90cb57b69192253da2a (diff)
downloadgoogletest-24696c3958f0be6a87b52f07436417c53d0fef24.tar.gz
googletest-24696c3958f0be6a87b52f07436417c53d0fef24.tar.bz2
googletest-24696c3958f0be6a87b52f07436417c53d0fef24.zip
Merge branch 'master' into master
Diffstat (limited to 'googlemock/docs/DevGuide.md')
-rw-r--r--googlemock/docs/DevGuide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/googlemock/docs/DevGuide.md b/googlemock/docs/DevGuide.md
index f4bab75c..adb74fe1 100644
--- a/googlemock/docs/DevGuide.md
+++ b/googlemock/docs/DevGuide.md
@@ -91,7 +91,7 @@ instructions for how to sign and return it.
To keep the source consistent, readable, diffable and easy to merge,
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://github.com/google/styleguide/blob/gh-pages/cppguide.xml).
+to conform to the style outlined [here](https://google.github.io/styleguide/cppguide.html).
## Submitting Patches ##