e667ac13ca1920bf65bc6c303bc4dfab03df2ff9
Author: gwoo
Date: 2010-08-01 14:35:48 -0700
diff --git a/config/routes.php b/config/routes.php
index d6c3a64..932f5f1 100644
--- a/config/routes.php
+++ b/config/routes.php
@@ -52,8 +52,8 @@ Router::connect('/:controller/*',
/* Genral Fork Routes */
Router::connect(
- '/forks/:fork/:project/',
- array('controller' => 'source', 'action' => 'index'),
+ '/forks/:fork/:project',
+ array('controller' => 'wiki', 'action' => 'index'),
array('fork' => '[\-_\.a-zA-Z0-9]{3,}')
);
