Fixed links in README to work with GitHub's default Markdown rendering (as opposed to JLP's).

This commit is contained in:
Jonathan Bernard 2013-09-23 23:13:00 -05:00
parent ab80b3a1b9
commit 0776889bc5

View File

@ -37,16 +37,16 @@ application.
### com.jdblabs.gtd
[Item](jlp://gtd.jdb-labs.com/Item)
[Item](http://jdbernard.github.io/gtd/doc/com/jdblabs/gtd/Item.groovy.html)
: One item in the GTD system (a *next action* for example). This class is a
wrapper around the File to make it easier to work programatically with GTD
items.
[PropertyHelp](jlp://gtd.jdb-labs.com/PropertyHelp)
[PropertyHelp](http://jdbernard.github.io/gtd/doc/com/jdblabs/gtd/PropertyHelp.groovy.html)
: Simple serialization support for item properties. Used to read and write
properties from an item file.
[Util](jlp://gtd.jdb-labs.com/Util)
[Util](http://jdbernard.github.io/gtd/doc/com/jdblabs/gtd/Util.groovy.html)
: Utility methods common to this implementation of the Getting Things Done
method.
@ -65,5 +65,5 @@ application.
: Standard Java servlet to expose the repository via
[book]: https://secure.davidco.com/store/catalog/GETTING-THINGS-DONE-PAPERBACK-p-16175.php
[cli]: jlp://gtd.jdb-labs.com/cli/GTDCLI
[servlet]: jlp://gtd.jdb-labs.com/servlet/GTDServlet
[cli]: http://jdbernard.github.io/gtd/doc/com/jdblabs/gtd/cli/GTDCLI.groovy.html
[servlet]: http://jdbernard.github.io/gtd/doc/com/jdblabs/gtd/servlet/GTDServlet.groovy.html