From d43c0ceaca2cdca6311cae8c4e2e663a3c163c88 Mon Sep 17 00:00:00 2001 From: Sarbbottam Bandyopadhyay Date: Thu, 5 May 2016 22:10:44 -0700 Subject: [PATCH] docs(contributing): fixed broken link, for coding style fixed #1687 --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b83309cf07..0b0ee45e26 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,7 +5,7 @@ it still applies to you. Ignorance is not an exemption. Contents - [Pull Requests](#pull-requests) - - [Coding Style](#code) + - [Coding Style](#coding) - [Commit Messages](#commit) - [Creating Operators](doc/operator-creation.md) - [Unit Tests](#unit-tests)