Skip to content

Commit

Permalink
docs(md): Fix link from quickstart to magical creation
Browse files Browse the repository at this point in the history
  • Loading branch information
Anticom committed Feb 12, 2025
1 parent 8e3ea91 commit c4b3547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ class PostData extends Data
```

Magic creation methods allow you to create data objects from any type by passing them to the `from` method of a data
object, you can read more about it [here](/laravel-data/v4/as-a-data-transfer-object/creating-a-data-object#magical-creation).
object, you can read more about it [here](/docs/laravel-data/v4/as-a-data-transfer-object/creating-a-data-object#content-magical-creation).

It can be convenient to transform more complex models than our `Post` into data objects because you can decide how a model
would be mapped onto a data object.
Expand Down

0 comments on commit c4b3547

Please sign in to comment.