Skip to content

Commit

Permalink
Merge pull request #379 from apodacaduron/fix-docs-formatter-link
Browse files Browse the repository at this point in the history
fix formatters link
  • Loading branch information
benjamine authored Jan 24, 2025
2 parents bb534c1 + 6eef8b8 commit 1e84f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/formatters.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ _Don't use with `textDiff` as it isn't suppported_

Of course, first step to create a formatters is understanding the [delta format](deltas.md).

To simplify the creation of new formatters, you can base yours in the `BaseFormatter` included. All the builtin formatters do, check the [formatters](../src/formatters) folder to get started.
To simplify the creation of new formatters, you can base yours in the `BaseFormatter` included. All the builtin formatters do, check the [formatters](../packages/jsondiffpatch/src/formatters/) folder to get started.

0 comments on commit 1e84f05

Please sign in to comment.