From 161ea09861ef42355a28c96c247b14b025d046f2 Mon Sep 17 00:00:00 2001 From: Franz Liedke Date: Mon, 4 Jun 2012 20:34:04 +0300 Subject: [PATCH 1/2] Documentation: Add link to Controller Routing section to Routing submenu. --- laravel/documentation/contents.md | 1 + 1 file changed, 1 insertion(+) diff --git a/laravel/documentation/contents.md b/laravel/documentation/contents.md index 1d5ce11e..07dc02c3 100644 --- a/laravel/documentation/contents.md +++ b/laravel/documentation/contents.md @@ -18,6 +18,7 @@ - [Named Routes](/docs/routing#named-routes) - [HTTPS Routes](/docs/routing#https-routes) - [Bundle Routing](/docs/routing#bundle-routing) + - [Controller Routing](/docs/routing#controller-routing) - [CLI Route Testing](/docs/routing#cli-route-testing) - [Controllers](/docs/controllers) - [The Basics](/docs/controllers#the-basics) From 3ccc37bd8fd481d9eee38caa665b851d96736136 Mon Sep 17 00:00:00 2001 From: Franz Liedke Date: Mon, 4 Jun 2012 20:36:33 +0300 Subject: [PATCH 2/2] Documentation: Fix typo on routing page's TOC. --- laravel/documentation/routing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/laravel/documentation/routing.md b/laravel/documentation/routing.md index 18c90671..7d2aa6fd 100644 --- a/laravel/documentation/routing.md +++ b/laravel/documentation/routing.md @@ -4,7 +4,7 @@ - [The Basics](#the-basics) - [Wildcards](#wildcards) -- [The 404 Events](#the-404-event) +- [The 404 Event](#the-404-event) - [Filters](#filters) - [Pattern Filters](#pattern-filters) - [Global Filters](#global-filters)