diff --git a/files/ru/web/javascript/reference/global_objects/promise/index.md b/files/ru/web/javascript/reference/global_objects/promise/index.md index a9f337b1359c8e..1529b3ce7bb3a8 100644 --- a/files/ru/web/javascript/reference/global_objects/promise/index.md +++ b/files/ru/web/javascript/reference/global_objects/promise/index.md @@ -224,7 +224,6 @@ if ("Promise" in window) { - [Спецификация Promises/A+](http://promisesaplus.com/) - [Jake Archibald: JavaScript Promises: There and Back Again](http://www.html5rocks.com/en/tutorials/es6/promises/) - [Domenic Denicola: Callbacks, Promises, and Coroutines – Asynchronous Programming Pattern in JavaScript](http://de.slideshare.net/domenicdenicola/callbacks-promises-and-coroutines-oh-my-the-evolution-of-asynchronicity-in-javascript) -- [Matt Greer: JavaScript Promises ... In Wicked Detail](http://www.mattgreer.org/articles/promises-in-wicked-detail/) - [Forbes Lindesay: promisejs.org](https://www.promisejs.org/) - [Nolan Lawson: We have a problem with promises — Common mistakes with promises](http://pouchdb.com/2015/05/18/we-have-a-problem-with-promises.html) - [Promise polyfill](https://github.com/jakearchibald/es6-promise/)