summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrendan McCarthy <brendan10211@gmail.com>2017-01-11 20:52:20 (GMT)
committerGitHub <noreply@github.com>2017-01-11 20:52:20 (GMT)
commit29ea8ea26c5fb82e78e31d2e2208e8b85857c447 (patch)
treee300e178726f000811f63b19a54d65e574b2067f
parent95ddaa14eac8b241a33c6665e55e0de13fb94cc9 (diff)
downloadNinja-29ea8ea26c5fb82e78e31d2e2208e8b85857c447.zip
Ninja-29ea8ea26c5fb82e78e31d2e2208e8b85857c447.tar.gz
Ninja-29ea8ea26c5fb82e78e31d2e2208e8b85857c447.tar.bz2
fix broken link in hacking.md
-rw-r--r--HACKING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING.md b/HACKING.md
index c9c6601..e7c91ef 100644
--- a/HACKING.md
+++ b/HACKING.md
@@ -105,7 +105,7 @@ Generally it's the [Google C++ coding style][], but in brief:
* Lines are 80 columns maximum.
* All source files should have the Google Inc. license header.
-[Google C++ coding style]: http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml
+[Google C++ coding style]: https://google.github.io/styleguide/cppguide.html
## Documentation