--- dokuwiki-2005-09-22/inc/confutils.php	2005-09-22 19:21:09.000000000 +0200
+++ dokuwiki/inc/confutils.php	2005-11-07 21:19:30.000000000 +0100
@@ -111,7 +111,7 @@ function getInterwiki() {
     }
   }
   //add sepecial case 'this'
-  $wikis['this'] = DOKU_URL.'{NAME}';
+  $wikis['this'] = DOKU_URL.'../{NAME}';
   return $wikis;
 }