]> git.sesse.net Git - vlc/commitdiff
* doc/skins/skins2-howto.xml: Fixed a link
authorOlivier Teulière <ipkiss@videolan.org>
Sun, 12 Feb 2006 21:39:09 +0000 (21:39 +0000)
committerOlivier Teulière <ipkiss@videolan.org>
Sun, 12 Feb 2006 21:39:09 +0000 (21:39 +0000)
doc/skins/skins2-howto.xml

index ada1f3217c54bf824170eb8bea19ff5803156c75..c74e1b18ca0ca27618986bd1651d18f64f9736e2 100644 (file)
@@ -101,7 +101,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 <link linkend="http://trac.videolan.org/vlc/file/trunk/share/skins2/skin.dtd">in VLC SVN</link>, 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://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>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>