summaryrefslogtreecommitdiffstats
path: root/HACKING.md
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2017-09-04 02:15:13 (GMT)
committerNico Weber <nicolasweber@gmx.de>2017-09-04 02:15:13 (GMT)
commit0c671527322d15016bb9ff5c3cf436f68e6ddbde (patch)
treecf9625c31e7ad023606c3881c6c759c8572c45c9 /HACKING.md
parent256bf897b85e35bc90294090ad39b5214eb141fb (diff)
parentb98941a605d3cc47966d8407ace6e454d781af9b (diff)
downloadNinja-0c671527322d15016bb9ff5c3cf436f68e6ddbde.zip
Ninja-0c671527322d15016bb9ff5c3cf436f68e6ddbde.tar.gz
Ninja-0c671527322d15016bb9ff5c3cf436f68e6ddbde.tar.bz2
v1.8.0v1.8.0
Diffstat (limited to '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