Skip to content

Commit 04d05a3

Browse files
tidoustsideshowbarker
authored andcommitted
Use relative paths in main index file
The index file assumed that it would be published at the root of the server. That does not work when content is published to https://w3c.github.io/svgwg/
1 parent 59b167a commit 04d05a3

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

index.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
<h1>SVG Working Group document repository</h1>
1010
<p>This site hosts a number of documents produced by the SVG Working Group:</p>
1111
<ul>
12-
<li><a href="/svg2-draft/">SVG 2 Editor's Draft</a> &#xb7; <a href="https://github.com/w3c/svgwg/tree/main/master">source</a> &#xb7; <a href="https://github.com/w3c/svgwg/commits/master/master">changelog</a></li>
13-
<!--li><a href="https://github.com/specs/animation-elements/">Animation Elements Editor's Draft</a> &#xb7; <a href="https://github.com/w3c/svgwg/tree/main/specs/animation-elements">source</a> &#xb7; <a href="https://github.com/w3c/svgwg/commits/master/specs/animation-elements">changelog</a></li-->
14-
<li><a href="/specs/animations/">SVG Animations Editor's Draft</a> &#xb7; <a href="https://github.com/w3c/svgwg/tree/main/specs/animations">source</a> &#xb7; <a href="https://github.com/w3c/svgwg/commits/master/specs/animations">changelog</a></li>
15-
<li><a href="/specs/integration/">SVG Integration Editor's Draft</a> &#xb7; <a href="https://github.com/w3c/svgwg/tree/main/specs/integration">source</a> &#xb7; <a href="https://github.com/w3c/svgwg/commits/master/specs/integration">changelog</a></li>
16-
<li><a href="/specs/streaming/">SVG Streaming Editor's Draft</a> &#xb7; <a href="https://github.com/w3c/svgwg/tree/main/specs/streaming">source</a> &#xb7; <a href="https://github.com/w3c/svgwg/commits/master/specs/streaming">changelog</a></li>
17-
<li><a href="/specs/transform/">svg:transform for Mapping Editor's Draft</a> &#xb7; <a href="https://github.com/w3c/svgwg/tree/main/specs/transform">source</a> &#xb7; <a href="https://github.com/w3c/svgwg/commits/master/specs/transform">changelog</a></li>
18-
<li><a href="/specs/markers/">SVG Markers Editor's Draft</a> &#xb7; <a href="https://github.com/w3c/svgwg/tree/main/specs/markers">source</a> &#xb7; <a href="https://github.com/w3c/svgwg/commits/master/specs/markers">changelog</a></li>
19-
<li><a href="/specs/paths/">SVG Paths Editor's Draft</a> &#xb7; <a href="https://github.com/w3c/svgwg/tree/main/specs/paths">source</a> &#xb7; <a href="https://github.com/w3c/svgwg/commits/master/specs/paths">changelog</a></li>
20-
<li><a href="/specs/strokes/">SVG Strokes Editor's Draft</a> &#xb7; <a href="https://github.com/w3c/svgwg/tree/main/specs/strokes">source</a> &#xb7; <a href="https://github.com/w3c/svgwg/commits/master/specs/strokes">changelog</a></li>
21-
<li><a href="/specs/svg-native/">SVG Native Editor's Draft</a> &#xb7; <a href="https://github.com/w3c/svgwg/tree/main/specs/svg-native">source</a> &#xb7; <a href="https://github.com/w3c/svgwg/commits/master/specs/svg-native">changelog</a></li>
12+
<li><a href="./svg2-draft/">SVG 2 Editor's Draft</a> &#xb7; <a href="https://github.com/w3c/svgwg/tree/main/master">source</a> &#xb7; <a href="https://github.com/w3c/svgwg/commits/master/master">changelog</a></li>
13+
<!--li><a href="./specs/animation-elements/">Animation Elements Editor's Draft</a> &#xb7; <a href="https://github.com/w3c/svgwg/tree/main/specs/animation-elements">source</a> &#xb7; <a href="https://github.com/w3c/svgwg/commits/master/specs/animation-elements">changelog</a></li-->
14+
<li><a href="./specs/animations/">SVG Animations Editor's Draft</a> &#xb7; <a href="https://github.com/w3c/svgwg/tree/main/specs/animations">source</a> &#xb7; <a href="https://github.com/w3c/svgwg/commits/master/specs/animations">changelog</a></li>
15+
<li><a href="./specs/integration/">SVG Integration Editor's Draft</a> &#xb7; <a href="https://github.com/w3c/svgwg/tree/main/specs/integration">source</a> &#xb7; <a href="https://github.com/w3c/svgwg/commits/master/specs/integration">changelog</a></li>
16+
<li><a href="./specs/streaming/">SVG Streaming Editor's Draft</a> &#xb7; <a href="https://github.com/w3c/svgwg/tree/main/specs/streaming">source</a> &#xb7; <a href="https://github.com/w3c/svgwg/commits/master/specs/streaming">changelog</a></li>
17+
<li><a href="./specs/transform/">svg:transform for Mapping Editor's Draft</a> &#xb7; <a href="https://github.com/w3c/svgwg/tree/main/specs/transform">source</a> &#xb7; <a href="https://github.com/w3c/svgwg/commits/master/specs/transform">changelog</a></li>
18+
<li><a href="./specs/markers/">SVG Markers Editor's Draft</a> &#xb7; <a href="https://github.com/w3c/svgwg/tree/main/specs/markers">source</a> &#xb7; <a href="https://github.com/w3c/svgwg/commits/master/specs/markers">changelog</a></li>
19+
<li><a href="./specs/paths/">SVG Paths Editor's Draft</a> &#xb7; <a href="https://github.com/w3c/svgwg/tree/main/specs/paths">source</a> &#xb7; <a href="https://github.com/w3c/svgwg/commits/master/specs/paths">changelog</a></li>
20+
<li><a href="./specs/strokes/">SVG Strokes Editor's Draft</a> &#xb7; <a href="https://github.com/w3c/svgwg/tree/main/specs/strokes">source</a> &#xb7; <a href="https://github.com/w3c/svgwg/commits/master/specs/strokes">changelog</a></li>
21+
<li><a href="./specs/svg-native/">SVG Native Editor's Draft</a> &#xb7; <a href="https://github.com/w3c/svgwg/tree/main/specs/svg-native">source</a> &#xb7; <a href="https://github.com/w3c/svgwg/commits/master/specs/svg-native">changelog</a></li>
2222
</ul>
2323

2424
<p>For more information see the wiki pages for the <a href="http://www.w3.org/Graphics/SVG/WG/">SVG Working Group</a> and <a href="http://www.w3.org/Graphics/fx/wiki/Main_Page">FX Taskforce</a>.

0 commit comments

Comments
 (0)