Skip to content

Commit 5480d5f

Browse files
authored
Merge pull request #2737 from vl4ds/rfc-2592-broken-link
Fix broken link to blog post
2 parents 4fb36a3 + 86ef35a commit 5480d5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/2592-futures.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This is a revised and slimmed down version of the [earlier futures RFC](https://
2626

2727
The core motivation for this RFC is to stabilize the supporting mechanisms for
2828
`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/)
29+
[companion RFC], and there is a [blog post](https://aturon.github.io/tech/2018/04/24/async-borrowing/)
3030
that goes through its importance in greater detail.
3131

3232
As with closures, `async` syntax involves producing an anonymous type that implements

0 commit comments

Comments
 (0)