Index: wysiwyg_filter.admin.inc
===================================================================
--- wysiwyg_filter.admin.inc	(revision 1801)
+++ wysiwyg_filter.admin.inc	(working copy)
@@ -53,7 +53,7 @@
   <li>JavaScript event attributes such as onclick, onmouseover, etc. are always ignored. Should you need them, please consider using the &quot;Full HTML&quot; input format instead.</li>
   <li>If you allow usage of the attributes &quot;id&quot;, &quot;class&quot; and/or &quot;style&quot;, then you should also select which style properties are allowed and/or specify explicit matching rules for them using the &quot;Advanced rules&quot; section below.</li>
 </ul>', array(
-      '@valid-elements' => 'http://wiki.moxiecode.com/index.php/TinyMCE:Configuration/valid_elements',
+      '@valid-elements' => 'http://tinymce.moxiecode.com/wiki.php/Configuration:valid_elements',
       '%elements-blacklist' => implode(' ', $elements_blacklist),
     )),
   );
Index: wysiwyg_filter.inc
===================================================================
--- wysiwyg_filter.inc	(revision 1801)
+++ wysiwyg_filter.inc	(working copy)
@@ -126,7 +126,7 @@
 /**
  * Parse valid_elements string in TinyMCE format.
  *
- * @link http://wiki.moxiecode.com/index.php/TinyMCE:Configuration/valid_elements
+ * @link http://tinymce.moxiecode.com/wiki.php/Configuration:valid_elements
  *
  * @param string $valid_elements
  *

