docs(aio): fix promises link in toh-pt4

closes #16050
This commit is contained in:
Ward Bell 2017-06-21 23:46:13 -07:00 committed by Matias Niemelä
parent 5dd5bfde72
commit 67ffbae6f9
1 changed files with 1 additions and 1 deletions

View File

@ -420,7 +420,7 @@ The service does that work and eventually calls the function with the results or
This is a simplified explanation. Read more about ES2015 Promises in the This is a simplified explanation. Read more about ES2015 Promises in the
[Promises for asynchronous programming](http://exploringjs.com/es6/ch_promises.html) page of [Promises for asynchronous programming](http://exploringjs.com/es6/ch_promises.html) page of
[Exploring ES6](http://http://exploringjs.com/es6.html). [Exploring ES6](http://exploringjs.com/es6.html).
</div> </div>