From 889f12b13f5929f05ddaf8b68e74225111e0cc42 Mon Sep 17 00:00:00 2001 From: Konstantin Date: Fri, 24 Apr 2015 17:04:38 +0300 Subject: [PATCH] Update README.md Add relative links to .md files --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 70bbc9c..81dd389 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,10 @@ # Templates for naming convention + - [C# Coding Standards and Naming Conventions](C%23 Coding Standards and Naming Conventions.md) + - [Git Comment Convention](Git Comment Convention.md) + - [JavaScript Name and Coding Conventions](JavaScript Name and Coding Conventions.md) + - [Powershell name convention](Powershell.md) + - [R style guide and name convention](R style guide and name convention.md) + - [SQL Server Name Convention](SQL Server Name Convention.md) ## Usefull links for name conventions - [MSDN C#]