Skip to content

Commit 2a2fee6

Browse files
committed
Refer to correct path of schema files
Closes #5
1 parent a1e23e3 commit 2a2fee6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -641,9 +641,9 @@ <h3>Boolean Results Examples</h3>
641641
<h2>XML Schemas</h2>
642642
<p>There are normative XML schemas provided in the following formats:</p>
643643
<ol>
644-
<li>RELAX NG [[RELAXNG]] Compact [[RELAXNG-COMPACT]] in <a href="http://www.w3.org/2007/SPARQL/result.rnc">result.rnc</a></li>
645-
<li>RELAX NG XML in <a href="http://www.w3.org/2007/SPARQL/result.rng">result.rng</a></li>
646-
<li>W3C XML Schema [[XMLSCHEMA-1]] in <a href="http://www.w3.org/2007/SPARQL/result.xsd">result.xsd</a><br>
644+
<li>RELAX NG [[RELAXNG]] Compact [[RELAXNG-COMPACT]] in <a href="./result.rnc">result.rnc</a></li>
645+
<li>RELAX NG XML in <a href="./result.rng">result.rng</a></li>
646+
<li>W3C XML Schema [[XMLSCHEMA-1]] in <a href="./result.xsd">result.xsd</a><br>
647647
Note: this schema is machine-generated from the RELAX NG XML schema.</li>
648648
</ol>
649649
<p>If W3C XML Schema is used, an <code>xsi:schemaLocation</code> attribute can be used pointing to the schema as follows:</p>

0 commit comments

Comments
 (0)