mirror of
https://github.com/AGWA/git-crypt.git
synced 2026-02-04 11:07:57 -08:00
cross-link documentation files using Markdown relative links
This commit is contained in:
committed by
Andrew Ayer
parent
1843104015
commit
29e589da3f
2
NEWS.md
2
NEWS.md
@@ -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.
|
||||
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user