Skip to content

Fix an invalid link #3168

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _sips/sips/futures-promises.md
Original file line number Diff line number Diff line change
Expand Up @@ -714,13 +714,13 @@ Examples:


## References
1. [The Task-Based Asynchronous Pattern, Stephen Toub, Microsoft, April 2011][1]
1. [The Task-Based Asynchronous Pattern, Stephen Toub, Microsoft, February 2012][1]
2. [Finagle Documentation][2]
3. [Akka Documentation: Futures][3]
4. [Scala Actors Futures][4]
5. [Scalaz Futures][5]

[1]: https://www.microsoft.com/download/en/details.aspx?id=19957 "NETAsync"
[1]: https://download.microsoft.com/download/5/B/9/5B924336-AA5D-4903-95A0-56C6336E32C9/TAP.docx "NETAsync"
[2]: https://twitter.github.io/scala_school/finagle.html "Finagle"
[3]: https://doc.akka.io/docs/akka/current/futures.html "AkkaFutures"
[4]: https://web.archive.org/web/20140814211520/https://www.scala-lang.org/api/2.9.3/scala/actors/Future.html "SActorsFutures"
Expand Down
Loading