commit e23ee7fef06eb4b4cb132123218db20f07d77404
parent 5f805d74d7cbd9044cd81e6d10bb097ccabb6388
Author: Dan Callaghan <djc@djc.id.au>
Date: Sat, 20 Nov 2010 14:24:03 +1000
update docs: hg -> git, drop hudson
Diffstat:
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/src/doc/sphinx/index.rst b/src/doc/sphinx/index.rst
@@ -4,7 +4,7 @@ rdftemplate
Rdftemplate is a library for generating XML documents from RDF data using
templates.
-The library supports evaluation of “:doc:`selector expressions <selector>`”, which use an
+The library supports evaluation of “\ :doc:`selector expressions <selector>`\ ”, which use an
XPath-inspired syntax for selecting an ordered set of nodes from an arbitrary
starting context node.
@@ -28,8 +28,7 @@ Development
-----------
* `Javadoc <http://code.djc.id.au/rdftemplate/javadoc/latest/>`_
-* `Mercurial repository <http://code.djc.id.au/hg/rdftemplate/>`_
-* `Hudson build <http://hudson.miskinhill.com.au/job/rdftemplate/>`_
+* `Git repository <https://github.com/danc86/rdftemplate>`_
* Send bugs and suggestions to `Dan C <mailto:djc@djc.id.au>`_
Quick start with Maven