From 2c974ee9466297ede0a4659caaddd6385898d912 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Mon, 4 Apr 2011 23:10:56 -0700 Subject: [PATCH] Looks like Markdown doesn't magically linkify links, so we'll have to use explicit formatting. --- README.md | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index f3bdb771..62cf9ea1 100644 --- a/README.md +++ b/README.md @@ -58,9 +58,8 @@ Invoke Maven with any of the following targets: Documentation ------------- -Javadoc documentation is available at: - -http://samskivert.github.com/samskivert/apidocs/ +Javadoc documentation is available +[here](http://samskivert.github.com/samskivert/apidocs/). Artifacts --------- @@ -69,23 +68,18 @@ A jar artifact is published to Maven Central, and can be depended upon via: com.samskivert:samskivert:1.3 -If you prefer to download a jar file, that can be done here: - -http://repo2.maven.org/maven2/com/samskivert/samskivert/ +If you prefer to download a jar file, that can be done +[here](http://repo2.maven.org/maven2/com/samskivert/samskivert/). Distribution ------------ -The samskivert library is released under the LGPL. The most recent version -of the library is available here: - -http://github.com/samskivert/samskivert/ +The samskivert library is released under the LGPL. The most recent version of +the library is available [here](http://github.com/samskivert/samskivert/). Contribution ------------ Contributions to SL are welcome. Fork the library and submit pull requests to your heart's content. Questions about the library can be directed to the -OOO-LIBS Google Group: - -https://groups.google.com/forum/#!forum/ooo-libs +[OOO-LIBS Google Group](https://groups.google.com/forum/#!forum/ooo-libs).