Skip to content

Commit

Permalink
Fix link to code style guide
Browse files Browse the repository at this point in the history
In CONTRIBUTING.md, the current link to the coding style leads to a
404 error. I've replaced it with a link to the Source Code Management
part of the developer documentation, which is where the style guide
seems to be now.
  • Loading branch information
mortenfyhn authored and dagar committed Mar 3, 2019
1 parent 9f3937e commit 951f331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ git checkout -b mydescriptivebranchname

### Edit and build the code

The [developer guide](http://dev.px4.io/) explains how to set up the development environment on Mac OS, Linux or Windows. Please take note of our [coding style](http://px4.io/dev/code_style) when editing files.
The [developer guide](http://dev.px4.io/) explains how to set up the development environment on Mac OS, Linux or Windows. Please take note of our [coding style](http://dev.px4.io/en/contribute/code.html) when editing files.

### Commit your changes

Expand Down

0 comments on commit 951f331

Please sign in to comment.