From 63746df3dd83cd011f105f2c66bd3818e02707be Mon Sep 17 00:00:00 2001 From: Valentin Stoychev Date: Fri, 20 May 2016 16:14:15 +0300 Subject: [PATCH] fix the link to coding convention. --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 815ab36f8..7e171a2ca 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -148,4 +148,4 @@ All code contributed to this project should adhere to a consistent style, so ple - Declare variables at the top of a scope - Return early -For a more detailed guide, check the [Coding Convention](CodingConvention.md). +For a more detailed guide, check the [Coding Convention](https://github.com/NativeScript/NativeScript/blob/master/CodingConvention.md).