Redirected to wiki
diff --git a/documentation.php b/documentation.php
index bfd7acf..4fe004f 100644
--- a/documentation.php
+++ b/documentation.php
@@ -1,3 +1,5 @@
+<?php header('Location: http://wiki.eclipse.org/PTP/photran/documentation');
+/*
 <?php                                                                                                                          require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php");    require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/nav.class.php");     require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/menu.class.php");     $App     = new App();    $Nav    = new Nav();    $Menu     = new Menu();        include($App->getProjectCommon());    # All on the same line to unclutter the user's desktop'
 
     $pageTitle       = "Documentation for Photran";
@@ -166,4 +168,5 @@
 
     # Generate the web page
     $App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
+*/
 ?>