Skip to content

Commit

Permalink
Fix link (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
talyssonoc committed Feb 21, 2019
1 parent d23e86c commit d2a5ad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion new-docs/validation/validate-raw-data.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Validate raw data

In addition to the _instance_ `validate()` method, Structure also adds a _static_ `validate()` to your structure classes that receives a _raw object_ or a _structure instance_ as parameter and has the same return type of the [normal validation](validation/README.md):
In addition to the _instance_ `validate()` method, Structure also adds a _static_ `validate()` to your structure classes that receives a _raw object_ or a _structure instance_ as parameter and has the same return type of the [normal validation](README.md):

```javascript
const User = attributes({
Expand Down

0 comments on commit d2a5ad4

Please sign in to comment.