diff --git a/wysiwyg_filter.admin.inc b/wysiwyg_filter.admin.inc
index 38fb424..54e2896 100644
--- a/wysiwyg_filter.admin.inc
+++ b/wysiwyg_filter.admin.inc
@@ -61,7 +61,7 @@ This option allows you to specify which HTML elements and attributes are allowed
   <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://www.tinymce.com/wiki.php/configuration:valid_elements',
       '%elements-blacklist' => implode(' ', $elements_blacklist),
     )),
   );
diff --git a/wysiwyg_filter.inc b/wysiwyg_filter.inc
index 18f68c9..6845f74 100644
--- a/wysiwyg_filter.inc
+++ b/wysiwyg_filter.inc
@@ -98,7 +98,7 @@ function wysiwyg_filter_get_elements_blacklist() {
 /**
  * Parse valid_elements string in TinyMCE format.
  *
- * @link http://wiki.moxiecode.com/index.php/TinyMCE:Configuration/valid_elements
+ * @link http://www.tinymce.com/wiki.php/configuration:valid_elements
  *
  * @param string $valid_elements
  *
