Skip to content

Commit

Permalink
Fixed broken link in HACKING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
olehermanse authored and jimis committed Sep 23, 2016
1 parent e16fcde commit 7229072
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HACKING.md
Expand Up @@ -181,7 +181,7 @@ Coding Style
------------

* Loosely based on Allman-4 and the
[Google C++ Style Guide](http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml).
[Google C++ Style Guide](https://google.github.io/styleguide/cppguide.html).
* Keep in mind that code should be readable by non C experts.
If you are a Guru, try to restrain yourself, only do magic when
absolutely necessary.
Expand Down Expand Up @@ -435,5 +435,5 @@ following:
It's worth noting that we strive to have bugtracker tickets
for most changes, and they should be mentioned in the ChangeLog
entries. In fact if anywhere in the commit message the
string ```Redmine #1234``` or ```Jira #1234``` is found, it will be
string ```Redmine #1234``` or ```Jira #1234``` is found, it will be
automatically added to the ChangeLog.

0 comments on commit 7229072

Please sign in to comment.