mirror of https://github.com/rwf2/Rocket.git
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:
parent
9668839cde
commit
74176c509c
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue