Skip to content

Commit

Permalink
Fix anchors
Browse files Browse the repository at this point in the history
  • Loading branch information
jsor committed Aug 24, 2017
1 parent 19f9901 commit 3675021
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Table of Contents
1. [Introduction](#introduction)
2. [Concepts](#concepts)
* [Deferred](#deferred)
* [Promise](#promise)
* [Promise](#promise-1)
3. [API](#api)
* [Deferred](#deferred-1)
* [Deferred::promise()](#deferredpromise)
Expand All @@ -29,7 +29,7 @@ Table of Contents
* [PromiseInterface::otherwise()](#promiseinterfaceotherwise)
* [PromiseInterface::always()](#promiseinterfacealways)
* [PromiseInterface::cancel()](#promiseinterfacecancel)
* [Promise](#promise-1)
* [Promise](#promise-2)
* [FulfilledPromise](#fulfilledpromise)
* [RejectedPromise](#rejectedpromise)
* [LazyPromise](#lazypromise)
Expand Down Expand Up @@ -102,7 +102,7 @@ The `promise` method returns the promise of the deferred.
The `resolve` and `reject` methods control the state of the deferred.

The constructor of the `Deferred` accepts an optional `$canceller` argument.
See [Promise](#promise-1) for more information.
See [Promise](#promise-2) for more information.

#### Deferred::promise()

Expand Down Expand Up @@ -153,7 +153,7 @@ Neither its state nor its result (or error) can be modified.

#### Implementations

* [Promise](#promise-1)
* [Promise](#promise-2)
* [FulfilledPromise](#fulfilledpromise)
* [RejectedPromise](#rejectedpromise)
* [LazyPromise](#lazypromise)
Expand Down

0 comments on commit 3675021

Please sign in to comment.