Fix link to forms example in requests guide.

This commit is contained in:
toddWannaCode 2017-09-19 20:25:01 +00:00 committed by Sergio Benitez
parent fabe7ef06e
commit 3be6b6c4a6
1 changed files with 2 additions and 3 deletions

View File

@ -621,9 +621,8 @@ struct Person {
}
```
The [forms](https://github.com/SergioBenitez/Rocket/tree/v0.4.0-dev/examples/forms)
and [forms kitchen
sink](https://github.com/SergioBenitez/Rocket/tree/v0.4.0-dev/examples/form_kitchen_sink)
The [forms validation](https://github.com/SergioBenitez/Rocket/tree/v0.4.0-dev/examples/form_validation)
and [forms kitchen sink](https://github.com/SergioBenitez/Rocket/tree/v0.4.0-dev/examples/form_kitchen_sink)
examples on GitHub provide further illustrations.
### JSON