Merge pull request #1225 from bippum/patch-1

fix broken link in hacking.md
This commit is contained in:
Evan Martin 2017-01-11 17:09:16 -08:00 committed by GitHub
commit a36f96c0a5

View File

@ -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