Updated Branches: refs/heads/develop 022993035 -> 1f19579c9
MARMOTTA-378: Fixed links. Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/1f19579c Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/1f19579c Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/1f19579c Branch: refs/heads/develop Commit: 1f19579c9dfc95057cd808772888a345869d6887 Parents: 0229930 Author: Jakob Frank <[email protected]> Authored: Wed Dec 11 16:44:49 2013 +0100 Committer: Jakob Frank <[email protected]> Committed: Wed Dec 11 16:44:49 2013 +0100 ---------------------------------------------------------------------- .../marmotta-sparql/src/main/resources/web/admin/about.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/marmotta/blob/1f19579c/platform/marmotta-sparql/src/main/resources/web/admin/about.html ---------------------------------------------------------------------- diff --git a/platform/marmotta-sparql/src/main/resources/web/admin/about.html b/platform/marmotta-sparql/src/main/resources/web/admin/about.html index b737941..99fdaca 100644 --- a/platform/marmotta-sparql/src/main/resources/web/admin/about.html +++ b/platform/marmotta-sparql/src/main/resources/web/admin/about.html @@ -32,14 +32,14 @@ identified by the RDF Data Access Working Group in <cite> <a class="inform" href="http://www.w3.org/TR/rdf-dawg-uc/">RDF Data Access Use - Cases and Requirements</a></cite> [<a href="#UCNR">UCNR</a>]. + Cases and Requirements</a></cite> [<a id="UCNR" href="http://www.w3.org/TR/rdf-dawg-uc/">UCNR</a>]. </p> <p> The SPARQL query language is closely related to the following specifications: </p> <ul> <li>The <a href="http://www.w3.org/TR/rdf-sparql-protocol/" class="inform">SPARQL Protocol - for RDF</a> [<a href="#SPROT">SPROT</a>] specification defines the remote protocol for issuing SPARQL queries and receiving the results.</li> + for RDF</a> [<a id="SPROT" href="http://www.w3.org/TR/rdf-sparql-protocol/">SPROT</a>] specification defines the remote protocol for issuing SPARQL queries and receiving the results.</li> <li>The <a href="http://www.w3.org/TR/rdf-sparql-XMLres/" class="inform">SPARQL Query - Results XML Format</a> [<a href="#RESULTS">RESULTS</a>] specification defines an XML document format for representing the results of SPARQL SELECT and ASK queries.</li> + Results XML Format</a> [<a id="RESULTS" href="http://www.w3.org/TR/rdf-sparql-XMLres/">RESULTS</a>] specification defines an XML document format for representing the results of SPARQL SELECT and ASK queries.</li> </ul> <a href="http://www.w3.org/TR/rdf-sparql-query/">Read more</a> @@ -83,4 +83,4 @@ with comprehensive, though more complex functionality. <a href="http://www.w3.org/TR/sparql11-update/">Read more</a> <!--###END_CONTENT###--> </body> -</html> \ No newline at end of file +</html>
