From 52b7bf56b3e6719549d2da897dd8b0a250edda80 Mon Sep 17 00:00:00 2001
From: Thomas Ferris Nicolaisen <tfnico@gmail.com>
Date: Mon, 24 Mar 2014 15:30:09 +0100
Subject: [PATCH] Link to doc files

GitHub markdown supports linking to relative files.
---
 README.md | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index e0a1c58..d3dca9d 100644
--- a/README.md
+++ b/README.md
@@ -46,9 +46,10 @@ or available to root and you may want to maintain different configuration for
 `ssh` on your personal and your work machines.
 
 A lot of modern UNIX-based systems offer packages for `vcsh`. In case yours
-does not read `INSTALL.md` for install instructions or `PACKAGING.md` to create
-a package, yourself. If you do end up packaging `vcsh` please let us know so we
-can give you your own packaging branch in the upstream repository.
+does not read [`INSTALL.md`](doc/INSTALL.md) for install instructions or
+[PACKAGING.md](doc/PACKAGING.md) to create a package, yourself. If you do end
+up packaging `vcsh` please let us know so we can give you your own packaging
+branch in the upstream repository.
 
 ## Talks
 
-- 
GitLab