Skip to content

Commit

Permalink
Merge pull request rust-lang#35 from SimonSapin/patch-1
Browse files Browse the repository at this point in the history
Fix broken FAQ link
  • Loading branch information
alexcrichton authored Aug 11, 2016
2 parents 1f228f2 + 0577444 commit 038ed6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TUTORIAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ For more discussion on futures of non-`Send` data see the section on [event loop
data][event-loop-data]. Additionally, more technical information about these
bounds can be found [in the FAQ][faq-why-send].

[faq-why-send]: https://github.com/alexcrichton/futures-rs/blob/tutorial/FAQ.md#why-send--static
[faq-why-send]: https://github.com/alexcrichton/futures-rs/blob/master/FAQ.md#why-send--static

### `Item` and `Error`
[item-and-error]: #send-and-static
Expand Down

0 comments on commit 038ed6b

Please sign in to comment.