Skip to content

Commit

Permalink
changing TOC link names
Browse files Browse the repository at this point in the history
  • Loading branch information
lantunes committed Jan 31, 2016
1 parent 3276d24 commit 61dadb6
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,23 +25,23 @@ as a Java micro web framework.

### Table of Contents

* [Getting Started](#getting-started)
* [Path Parameters](#path-parameters)
* [Splat Parameters](#splat-parameters)
* [Request Values](#request-values)
* [Capturing Requests](#capturing-requests)
* [URI Pattern Matching](#uri-pattern-matching)
* [Sessions for Stateful Requests](#sessions-for-stateful-requests)
* [Setting Headers in the Response](#setting-headers-in-the-response)
* [Delaying a Response](#delaying-a-response)
* [Periodic Asynchronous Responses](#periodic-asynchronous-responses)
* [Subscribe-Broadcast](#subscribe-broadcast)
* [Handling Requests By Content Type](#handling-requests-by-content-type)
* [Custom Request Handling](#custom-request-handling)
* [Content Marshalling](#content-marshalling)
* [Convenient Redirects](#convenient-redirects)
* [Escaping Interpolated Values](#escaping-interpolated-values)
* [Tear Down](#tear-down)
* [Getting Started](#gettingstarted)
* [Path Parameters](#pathparameters)
* [Splat Parameters](#splatparameters)
* [Request Values](#requestvalues)
* [Capturing Requests](#capturingrequests)
* [URI Pattern Matching](#uripatternmatching)
* [Sessions for Stateful Requests](#sessionsforstatefulrequests)
* [Setting Headers in the Response](#settingheadersintheresponse)
* [Delaying a Response](#delayingaresponse)
* [Periodic Asynchronous Responses](#periodicasynchronousresponses)
* [Subscribe-Broadcast](#subscribebroadcast)
* [Handling Requests By Content Type](#handlingrequestsbycontenttype)
* [Custom Request Handling](#customrequesthandling)
* [Content Marshalling](#contentmarshalling)
* [Convenient Redirects](#convenientredirects)
* [Escaping Interpolated Values](#escapinginterpolatedvalues)
* [Tear Down](#teardown)

### Getting Started

Expand Down

0 comments on commit 61dadb6

Please sign in to comment.