jaredpalmer / formik

Build forms in React, without the tears 😭
https://formik.org
Apache License 2.0
33.73k stars 2.77k forks source link

broken website links #3827

Closed adjenks closed 1 year ago

adjenks commented 1 year ago

These links are broken in the docs:

Page: All pages Link Text: Edit this page on GitHub href: https://github.com/formik/formik/edit/master/docs/api/field.md

Page: https://formik.org/docs/api/field Link Text: FieldInputProps href: https://formik.org/docs/api/field#fieldinputprops

Page: https://formik.org/docs/api/field Link Text: FieldMetaProps href: https://formik.org/docs/api/field#fieldmetaprops

quantizor commented 1 year ago

Care to submit a fix PR? The first one is probably because the primary branch is main now

Second one should now point to → https://formik.org/docs/api/useField#fieldinputpropsvalue Third one should now point to → https://formik.org/docs/api/useField#fieldmetapropsvalue

shouldnt commented 1 year ago

can I submit a PR for this?

quantizor commented 1 year ago

Please do