summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorcmumford <cmumford@google.com>2017-10-23 16:28:45 -0700
committerVictor Costan <pwnall@chromium.org>2017-11-03 15:04:08 -0700
commitb5d4a22e64c7a6615b412f464026c808b58b1d34 (patch)
tree3c1207ffd4e7f8c5c515e2807df55ebcc8e94544 /CONTRIBUTING.md
parent3da4d8b9899257386aeb5ffa345a6477c62ff7bf (diff)
downloadleveldb-b5d4a22e64c7a6615b412f464026c808b58b1d34.tar.gz
Fixed style guide link in CONTRIBUTING.md
The C++ style guide URL was wrong. This fixes issue #394. Reported by GitHub user @Loki-Astari. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=173188573
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index cd600ff..a74572a 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -31,6 +31,6 @@ the CLA.
## Writing Code ##
-If your contribution contains code, please make sure that it follows
-[the style guide](http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml).
+If your contribution contains code, please make sure that it follows
+[the style guide](http://google.github.io/styleguide/cppguide.html).
Otherwise we will have to ask you to make changes, and that's no fun for anyone.