From 1da81ceadb517bcc96bfadb006c89bb48197779b Mon Sep 17 00:00:00 2001 From: Tim Green Date: Sun, 13 Apr 2014 21:09:32 +0100 Subject: [PATCH] Add Guide for using Relative Links in CONTRIBUTING.md --- CONTRIBUTING.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1841a1c..7527aea 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,6 +12,14 @@ ## New Feature ``` - Add new feature in Contents Menu in correct position +- For internal links e.g. Contents use relative links: +``` +- [Ignore Whitespace](#ignore-whitespace) +``` +Not: +``` +- [Ignore Whitespace](https://github.com/tiimgreen/github-cheat-sheet#ignore-whitespace) +``` - Add examples wherever possible - Use `bash` styling for all git commands: ```bash