mirror of https://github.com/rwf2/Rocket.git
Fix link to forms example in requests guide.
This commit is contained in:
parent
308dbd76a0
commit
ab9dc38b2b
|
@ -621,9 +621,8 @@ struct Person {
|
|||
}
|
||||
```
|
||||
|
||||
The [forms](https://github.com/SergioBenitez/Rocket/tree/v0.3.3/examples/forms)
|
||||
and [forms kitchen
|
||||
sink](https://github.com/SergioBenitez/Rocket/tree/v0.3.3/examples/form_kitchen_sink)
|
||||
The [forms validation](https://github.com/SergioBenitez/Rocket/tree/v0.3.3/examples/form_validation)
|
||||
and [forms kitchen sink](https://github.com/SergioBenitez/Rocket/tree/v0.3.3/examples/form_kitchen_sink)
|
||||
examples on GitHub provide further illustrations.
|
||||
|
||||
### JSON
|
||||
|
|
Loading…
Reference in New Issue