Changing the link for forms example to point to form_validation

[The present link](https://github.com/SergioBenitez/Rocket/tree/v0.3.2/examples/forms) returns a 404
This commit is contained in:
toddWannaCode 2017-09-19 20:25:01 +00:00 committed by GitHub
parent 9668839cde
commit 74176c509c
1 changed files with 1 additions and 1 deletions

View File

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