Fix link to the JSON example in the requests guide.

This commit is contained in:
Thomas Eckert 2021-06-09 18:51:09 -07:00 committed by Jeb Rosen
parent 7b757b2d23
commit 7cced84c3f
1 changed files with 1 additions and 3 deletions

View File

@ -678,9 +678,7 @@ struct Task<'r> {
fn new(task: Json<Task<'_>>) { /* .. */ }
```
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