From 7e6d2878952408545c2d9d3b4e7c50a35e40a57a Mon Sep 17 00:00:00 2001 From: Christophe Mutricy Date: Tue, 21 Oct 2008 23:16:40 +0100 Subject: [PATCH] Fix DTD url --- doc/skins/skins2-howto.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/skins/skins2-howto.xml b/doc/skins/skins2-howto.xml index 0ff3d3022a..5ad8c5c42b 100644 --- a/doc/skins/skins2-howto.xml +++ b/doc/skins/skins2-howto.xml @@ -84,7 +84,7 @@ difficulty to understand how VLC skins work. 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. -The XML file used for the VLC skins follows a predefined DTD. You can find this DTD in VLC SVN, 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...). +The XML file used for the VLC skins follows a predefined DTD. You can find this DTD in VLC Git, 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...). For a better undestanding of what follows, you should have a look at the DTD and/or at an example of valid XML skin. -- 2.39.2