mirror of https://github.com/rwf2/Rocket.git
Fix link to the JSON example in the requests guide.
This commit is contained in:
parent
7b757b2d23
commit
7cced84c3f
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue