Skip to content

Commit

Permalink
Fixing the TOC, broken links
Browse files Browse the repository at this point in the history
Remove: 
 - Server Middleware and Connect
Fix Link:
 - urlFor
 - linkTo
 - Using the Iron.Router.hooks Namespace
  • Loading branch information
TechplexEngineer committed Jul 22, 2015
1 parent 57a295e commit e8063ac
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ The `where: 'server'` option tells the Router this is a server side route.
- [Template Lookup](#template-lookup)
- [Path and Link Template Helpers](#path-and-link-template-helpers)
- [pathFor](#pathfor)
- [urlFor](#urlFor)
- [linkTo](#linkTo)
- [urlFor](#urlfor)
- [linkTo](#linkto)
- [Route Options](#route-options)
- [Route Specific Options](#route-specific-options)
- [Global Default Options](#global-default-options)
Expand All @@ -89,13 +89,12 @@ The `where: 'server'` option tells the Router this is a server side route.
- [Creating Routes](#creating-routes)
- [Restful Routes](#restful-routes)
- [404s and Client vs Server Routes](#404s-and-client-vs-server-routes)
- [Server Middleware and Connect](#server-middleware-and-connect)
- [Plugins](#plugins)
- [Creating Plugins](#creating-plugins)
- [Hooks](#hooks)
- [Using Hooks](#using-hooks)
- [Applying Hooks to Specific Routes](#applying-hooks-to-specific-routes)
- [Using the Iron.Router.hooks Namespace](#using-the-iron-router-hooks-namespace)
- [Using the Iron.Router.hooks Namespace](#using-the-ironrouterhooks-namespace)
- [Available Hook Methods](#available-hook-methods)
- [Route Controllers](#route-controllers)
- [Creating Route Controllers](#creating-route-controllers)
Expand Down

0 comments on commit e8063ac

Please sign in to comment.