From 29ea8ea26c5fb82e78e31d2e2208e8b85857c447 Mon Sep 17 00:00:00 2001 From: Brendan McCarthy Date: Wed, 11 Jan 2017 15:52:20 -0500 Subject: fix broken link in hacking.md --- HACKING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12