Fix broken internal link
authorGavin Carothers <gavin@carothers.name>
Thu, 21 Jun 2012 14:57:23 -0700
changeset 481 32672d47af87
parent 480 ada2993dcef0
child 482 ca55645fc305
Fix broken internal link
rdf-turtle/index.html
--- a/rdf-turtle/index.html	Thu Jun 21 14:38:01 2012 -0700
+++ b/rdf-turtle/index.html	Thu Jun 21 14:57:23 2012 -0700
@@ -260,7 +260,7 @@
 			   		<a href="../rdf-concepts/index.html#dfn-iri">IRIs</a> may be written as relative or absolute IRIs or prefixed names. 
 				  	Relative and absolute IRIs are enclosed in '&lt;' and '&gt;' and may contain <a href="#numeric">numeric escape sequences</a> (described below). For example <code>&lt;http://example.org/#green-goblin&gt;</code>.
 				</p>
-				<p>Relative IRIs like <code>&lt;#green-goblin&gt;</code> are resolved relative to the current base IRI. A new base IRI can be defined using the <code>@base</code> directive. Specifics of this operation are defined in <a href="#iri-references" class="sectionRef"></a> </p>
+				<p>Relative IRIs like <code>&lt;#green-goblin&gt;</code> are resolved relative to the current base IRI. A new base IRI can be defined using the <code>@base</code> directive. Specifics of this operation are defined in <a href="#sec-iri-references" class="sectionRef"></a> </p>
 				<p>
 				  The token <code>a</code> in the predicate position of a Turtle triple represents the IRI <code>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</code> .
 				</p>