Skip to content

Commit 3675021

Browse files
committed
Fix anchors
1 parent 19f9901 commit 3675021

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Table of Contents
1717
1. [Introduction](#introduction)
1818
2. [Concepts](#concepts)
1919
* [Deferred](#deferred)
20-
* [Promise](#promise)
20+
* [Promise](#promise-1)
2121
3. [API](#api)
2222
* [Deferred](#deferred-1)
2323
* [Deferred::promise()](#deferredpromise)
@@ -29,7 +29,7 @@ Table of Contents
2929
* [PromiseInterface::otherwise()](#promiseinterfaceotherwise)
3030
* [PromiseInterface::always()](#promiseinterfacealways)
3131
* [PromiseInterface::cancel()](#promiseinterfacecancel)
32-
* [Promise](#promise-1)
32+
* [Promise](#promise-2)
3333
* [FulfilledPromise](#fulfilledpromise)
3434
* [RejectedPromise](#rejectedpromise)
3535
* [LazyPromise](#lazypromise)
@@ -102,7 +102,7 @@ The `promise` method returns the promise of the deferred.
102102
The `resolve` and `reject` methods control the state of the deferred.
103103

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

107107
#### Deferred::promise()
108108

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

154154
#### Implementations
155155

156-
* [Promise](#promise-1)
156+
* [Promise](#promise-2)
157157
* [FulfilledPromise](#fulfilledpromise)
158158
* [RejectedPromise](#rejectedpromise)
159159
* [LazyPromise](#lazypromise)

0 commit comments

Comments
 (0)