From 7cced84c3f64a6a7952feb8c920d8dd64bc21be0 Mon Sep 17 00:00:00 2001 From: Thomas Eckert Date: Wed, 9 Jun 2021 18:51:09 -0700 Subject: [PATCH] Fix link to the JSON example in the requests guide. --- site/guide/4-requests.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/site/guide/4-requests.md b/site/guide/4-requests.md index 85daf011..b4e5b993 100644 --- a/site/guide/4-requests.md +++ b/site/guide/4-requests.md @@ -678,9 +678,7 @@ struct Task<'r> { fn new(task: Json>) { /* .. */ } ``` -See the [JSON example] on GitHub for a complete example. - -[JSON example]: @example/json +See the [JSON example](@example/serialization/src/json.rs) on GitHub for a complete example. ### Temporary Files