]> git.sesse.net Git - vlc/commitdiff
Fix DTD url
authorChristophe Mutricy <xtophe@videolan.org>
Tue, 21 Oct 2008 22:16:40 +0000 (23:16 +0100)
committerChristophe Mutricy <xtophe@videolan.org>
Wed, 22 Oct 2008 21:06:00 +0000 (22:06 +0100)
doc/skins/skins2-howto.xml

index 0ff3d3022ae9e2174016b2aab07c57e5ffe250a4..5ad8c5c42b57296b68697d4dd197e005594e8a5d 100644 (file)
@@ -84,7 +84,7 @@ difficulty to understand how VLC skins work.</para>
 
 <para>XML is a markup language, like HTML. It won't be explained here any further, please use Google if you don't know what XML is. You'll see, it is rather easy to understand.</para>
 
-<para>The XML file used for the VLC skins follows a predefined DTD. You can find this DTD <ulink url="http://trac.videolan.org/vlc/file/trunk/share/skins2/skin.dtd">in VLC SVN</ulink>, and its reading is strongly advised, since it contains the default values used for the parameters. A skin that does not follow the DTD with which VLC was compiled won't be loaded by VLC (and it might even crash it...).</para>
+<para>The XML file used for the VLC skins follows a predefined DTD. You can find this DTD <ulink url="http://git.videolan.org/gitweb.cgi?p=vlc.git;a=blob;f=share/skins2/skin.dtd;hb=HEAD">in VLC Git</ulink>, and its reading is strongly advised, since it contains the default values used for the parameters. A skin that does not follow the DTD with which VLC was compiled won't be loaded by VLC (and it might even crash it...).</para>
 
 <para>For a better undestanding of what follows, you should have a look at the DTD <!--(the last version is available on <ulink url="FIXME">TODO</ulink>) -->and/or at an example of valid XML skin<!-- TODO: link to the current DTD -->.</para>