cross-link documentation files using Markdown relative links

This commit is contained in:
Darayus Nanavati
2014-05-28 17:24:38 +03:00
committed by Andrew Ayer
parent 1843104015
commit 29e589da3f
2 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ News
######v0.2 (2013-01-25)
* Numerous improvements to 'git-crypt init' usability.
* Fix gitattributes example in README: the old example showed a colon
* Fix gitattributes example in [README](README.md): the old example showed a colon
after the filename where there shouldn't be one.
* Various build fixes and improvements.

View File

@@ -17,7 +17,7 @@ For more information, see <http://www.agwa.name/projects/git-crypt>.
Building git-crypt
------------------
See the INSTALL file.
See the [INSTALL.md](INSTALL.md) file.
Using git-crypt
@@ -54,7 +54,7 @@ git normally - encryption and decryption happen transparently.
Current Status
--------------
The latest version of git-crypt is 0.3, released on 2013-04-05.
The latest version of git-crypt is [0.3](NEWS.md), released on 2013-04-05.
git-crypt aims to be bug-free and reliable, meaning it shouldn't
crash, malfunction, or expose your confidential data. However,
it has not yet reached maturity, meaning it is not as documented,