Skip to content

Commit

Permalink
fix: broken docs links
Browse files Browse the repository at this point in the history
  • Loading branch information
logaretm committed Oct 10, 2020
1 parent 19349eb commit 1c81aad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/content/examples/checkboxes-and-radio.md
Expand Up @@ -12,7 +12,7 @@ The only requirements are that the fields:

<div class="features">

- Must be inside a `Form` component or a [derivative (using useForm)](/../api/use-form#creating-custom-form-components)
- Must be inside a `Form` component or a [derivative (using useForm)](/api/use-form#creating-custom-form-components)
- Must Have the same `name` prop
- Should have a `type` attribute

Expand Down
2 changes: 1 addition & 1 deletion docs/content/guide/nested-objects-and-arrays.md
Expand Up @@ -139,7 +139,7 @@ When referencing errors using `errors` object on the `Form` slot props or the `E

### Referencing In Validation Schema

Since vee-validate supports [form-level validation](/validation#form-level-validation), referncing the nested fields may vary depending on how you are specifying the schema.
Since vee-validate supports [form-level validation](/guide/validation#form-level-validation), referencing the nested fields may vary depending on how you are specifying the schema.

#### Using Yup

Expand Down

0 comments on commit 1c81aad

Please sign in to comment.