diff --git a/Guide.md b/Guide.md index bf172558..172cd7fd 100644 --- a/Guide.md +++ b/Guide.md @@ -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) @@ -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)