We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4fb36a3 + 86ef35a commit 5480d5fCopy full SHA for 5480d5f
text/2592-futures.md
@@ -26,7 +26,7 @@ This is a revised and slimmed down version of the [earlier futures RFC](https://
26
27
The core motivation for this RFC is to stabilize the supporting mechanisms for
28
`async`/`await` syntax. The syntax itself is motivated in the (already merged)
29
-[companion RFC], and there is a [blog post](http://aturon.github.io/2018/04/24/async-borrowing/)
+[companion RFC], and there is a [blog post](https://aturon.github.io/tech/2018/04/24/async-borrowing/)
30
that goes through its importance in greater detail.
31
32
As with closures, `async` syntax involves producing an anonymous type that implements
0 commit comments