Skip to content

Commit

Permalink
fix Next up link of Connection Setup chapter
Browse files Browse the repository at this point in the history
  • Loading branch information
elpiel authored and djc committed Apr 3, 2021
1 parent e07835b commit c254750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/src/quinn/set-up-connection.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ async fn client() -> anyhow::Result<()> {
```
<br><hr>

[Next up](set-up-connection.md), let's have a look at sending data over this connection.
[Next up](data-transfer.md), let's have a look at sending data over this connection.


[Endpoint]: https://docs.rs/quinn/latest/quinn/generic/struct.Endpoint.html
Expand Down

0 comments on commit c254750

Please sign in to comment.