From c160901c9ec0800c8c7cf22cf7ab63800fd0c025 Mon Sep 17 00:00:00 2001 From: Richard Lai Date: Tue, 6 Dec 2016 19:22:02 -0500 Subject: [PATCH] Fix documentation link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69022d4..38ccbd5 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ __(don't like the yup but like how the form works? Try: [topeka](https://github. ### Use -__For more complete api documentations, live examples, and getting started guide check out the [documentation site](http://jquense.github.io/react-formal/docs/#/getting-started).__ +__For more complete api documentations, live examples, and getting started guide check out the [documentation site](http://jquense.github.io/react-formal/#/api?_k=w22rsw).__ `react-formal` uses a [yup](https://github.com/jquense/yup) schema to update and validate form values. It treats the `form` like an input (representing an object) with a `value` and `onChange`. The `form` can be controlled or uncontrolled as well, just like a normal React input.