From 4fe64b3a73f26e8f90db1b9e435dbb44b7d2fc07 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Sun, 3 Jul 2011 12:51:11 -0500 Subject: [PATCH] remove broken link from routes file. --- application/routes.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/application/routes.php b/application/routes.php index e9f03c02..229a673a 100644 --- a/application/routes.php +++ b/application/routes.php @@ -13,8 +13,6 @@ | in this file. It's a breeze. Just tell Laravel the request method and | URI a function should respond to. | - | To learn more, check out: http://laravel.com/docs/basics/routes - | */ 'GET /' => function()