Fixed generated doc, Daniel
diff --git a/doc/FAQ.html b/doc/FAQ.html
index 83008fe..8146f54 100644
--- a/doc/FAQ.html
+++ b/doc/FAQ.html
@@ -226,7 +226,7 @@
     <p>It is possible to validate documents which had not been validated at
     initial parsing time or documents who have been built from scratch using
     the API. Use the <a
-    href="http://xmlsoft.org/html/gnome-xml-valid.html#XMLVALIDATEDTD">xmlValidateDtd()</a>
+    href="http://xmlsoft.org/html/libxml-valid.html#XMLVALIDATEDTD">xmlValidateDtd()</a>
     function. It is also possible to simply add a Dtd to an existing
     document:</p>
     <pre>xmlDocPtr doc; /* your existing document */