From 1079ae3402e2e9397199a778c26059f8b28e501d Mon Sep 17 00:00:00 2001 From: Hamish Willee Date: Mon, 4 Mar 2019 08:32:37 +1100 Subject: [PATCH] CONTRIBUTING:Fix up code.html link to goto master --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ca18e9988d..f852462d98 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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://dev.px4.io/en/contribute/code.html) 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](https://dev.px4.io/master/en/contribute/code.html) when editing files. ### Commit your changes