Skip to content

Commit

Permalink
Update google c++ styleguide link on the README
Browse files Browse the repository at this point in the history
  • Loading branch information
solarkennedy committed Jan 12, 2018
1 parent c58edb0 commit 5c7764f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -183,7 +183,7 @@ request on GitHub and we will import it for review on GerritHub.

### Code style

We follow the [Google C++ style guide](https://google-styleguide.googlecode.com/svn/trunk/cppguide.html)
We follow the [Google C++ style guide](https://google.github.io/styleguide/cppguide.html)
in the Firmament code base. A subset of the style guide's rules can be verified
using the `make lint` target, which runs the C++ linting script on your
checkout.
Expand Down

0 comments on commit 5c7764f

Please sign in to comment.