commit 68b0487b2b31837fcf15b6cfb9302d851a66dab7
parent caadf1cc728e4f6999f30e5ca893c1d253a9ee28
Author: Daniel Moch <daniel@danielmoch.com>
Date: Wed, 28 Nov 2018 05:40:03 -0500
Add link to project homepage in README
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.rst b/README.rst
@@ -8,7 +8,7 @@ Notes can be viewed/created/edited in *both an* **online** *and*
**offline** *mode*. All changes are saved to a local cache on disk and
automatically sync'ed when nncli is brought online.
-More detailed documentation can be found in the docs.
+More detailed documentation can be found at the homepage_.
Requirements
------------
@@ -118,6 +118,7 @@ nncli is a fork of sncli_ by Eric Davis. This application further pulls
in and uses modified versions of the simplenote.py_ module by Daniel
Schauenberg and the notes_db.py module from nvpy_ by Charl P. Botha.
+.. _homepage: https://nncli.org
.. _sncli: https://github.com/insanum/sncli
.. _Python 3: http://python.org
.. _Urwid: http://urwid.org