Skip to content

Commit 6fe24cb

Browse files
authored
requests: fix link for tokio::main (#621)
1 parent 4789410 commit 6fe24cb

File tree

1 file changed

+1
-1
lines changed
  • src/web/clients/requests

1 file changed

+1
-1
lines changed

src/web/clients/requests/get.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,4 @@ async fn main() -> Result<()> {
7373
[`reqwest::Response`]: https://docs.rs/reqwest/*/reqwest/struct.Response.html
7474
[`String`]: https://doc.rust-lang.org/std/string/struct.String.html
7575
[`tokio`]: https://docs.rs/crate/tokio/0.2.11
76-
[`tokio::main`]: https://tokio.rs/docs/getting-started/hello-world/#let-s-write-some-code
76+
[`tokio::main`]: https://tokio.rs/tokio/tutorial/hello-tokio#the-code

0 commit comments

Comments
 (0)