Index: includes/legacy.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/panels/includes/legacy.inc,v
retrieving revision 1.1.2.1
diff -u -p -r1.1.2.1 legacy.inc
--- includes/legacy.inc	7 Jun 2010 20:25:04 -0000	1.1.2.1
+++ includes/legacy.inc	19 Jan 2011 08:16:02 -0000
@@ -46,7 +46,7 @@ class PanelsLegacyState {
    */
   function checkStylesIPE1() {
     $legacy_info = array(
-      'explanation' => $this->t('Panels 3.6 made changes to the rendering order in a way that affects certain style plugins. The above modules implement style plugins, but have not indicated their compatibility with this new system. See !link for information on how to update style plugins to the new system.', array('!link' => url('http://drupal.org/node/###FIXME', array('external' => TRUE)))),
+      'explanation' => $this->t('Panels 3.6 made changes to the rendering order in a way that affects certain style plugins. The above modules implement style plugins, but have not indicated their compatibility with this new system. See !link for information on how to update style plugins to the new system.', array('!link' => url('http://drupal.org/node/865840', array('external' => TRUE)))),
       'modules' => array(),
     );
 
