Repository: incubator-commonsrdf
Updated Branches:
  refs/heads/master a54422f6f -> 76a2ed1e1


Download page: fix typos and moving things around


Project: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/commit/e6f98ef9
Tree: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/tree/e6f98ef9
Diff: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/diff/e6f98ef9

Branch: refs/heads/master
Commit: e6f98ef98a1d60d6a507b1ac29c5ad1f314785d1
Parents: a54422f
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Mon Aug 10 12:29:50 2015 +0100
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Mon Aug 10 12:29:50 2015 +0100

----------------------------------------------------------------------
 src/site/markdown/download.md | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/e6f98ef9/src/site/markdown/download.md
----------------------------------------------------------------------
diff --git a/src/site/markdown/download.md b/src/site/markdown/download.md
index 088b819..a2b2e3a 100644
--- a/src/site/markdown/download.md
+++ b/src/site/markdown/download.md
@@ -23,10 +23,14 @@
 
 ## Maven
 
-Apache Commons RDF (incuating) is available from
+Apache Commons RDF (incubating) is available from
 [Maven 
Central](http://central.maven.org/maven2/org/apache/commons/commons-rdf-api/),
 mirrored from
 [ASF's Maven 
repository](https://repository.apache.org/content/repositories/releases/org/apache/commons/commons-rdf-api/).
+For convenience of IDE users, the Maven artifacts include `-javadoc.jar` and
+`-sources.jar`, however you might prefer the
+online [API javadoc](/apidocs/)
+and the [source code releases](#Source_code) (see below).
 
 To use Commons RDF with [Maven](https://maven.apache.org/), add to your 
`pom.xml`:
 
@@ -47,13 +51,11 @@ To use Commons RDF with [Maven](https://maven.apache.org/), 
add to your `pom.xml
 </dependencies>
 ```
 
-For convenience of IDE users, the Maven artifacts include `-javadoc.jar` and
-`-sources.jar`, however you might prefer the
-online [API javadoc](/apidocs/)
-and the [source code](#source code) release (see below).
-
-See the [user guide](/userguide.html) for more details.  
+The `<version>` above might not be up to date,
+see the [source code releases](#Source_code) below to find the latest version.
 
+See the [user guide](/userguide.html) for documentation of the
+Apache Commons RDF API.  
 
 ## Source code
 

Reply via email to