More last minute changes
authorGavin Carothers <gavin@carothers.name>
Fri, 05 Aug 2011 08:34:13 -0700
changeset 112 3727479ec59c
parent 111 b2fd170f8d79
child 113 b16700958731
More last minute changes
rdf-turtle/index.html
--- a/rdf-turtle/index.html	Fri Aug 05 08:25:04 2011 -0700
+++ b/rdf-turtle/index.html	Fri Aug 05 08:34:13 2011 -0700
@@ -1072,7 +1072,7 @@
           <li>Adopted three additional string syntaxes from SPARQL: <a href="#term-turtle2-STRING_LITERAL2">STRING_LITERAL2</a>, <a href="#term-turtle2-STRING_LITERAL_LONG1">STRING_LITERAL_LONG1</a>, <a href="#term-turtle2-STRING_LITERAL_LONG2">STRING_LITERAL_LONG2</a></li>
 
           <li>Adopted case-independent constants for XSD booleans <code>true</code> and <code>false</code>.</li>
-          <li>Adopted SPARQL's syntax for prefixed names (see <a href="../../../2009/sparql/docs/query-1.1/rq25#rPrefixedName">editor's draft</a>):
+          <li>Adopted SPARQL's syntax for prefixed names (see <a href="http://www.w3.org/TR/sparql11-query/#rPrefixedName">editor's draft</a>):
           <ul>
             <li>'.'s in names in all positions of a local name apart from the first or last, e.g. <code>ex:first.name</code>.</li>