README: fix link to formatter spec

This commit is contained in:
zimbatm 2021-03-05 10:38:52 +01:00
parent babc297876
commit a6b43be8d3
No known key found for this signature in database
GPG Key ID: 71BAF6D40C1D63D7

View File

@ -116,7 +116,7 @@ treefmt --fail-on-change
In order to keep the design of treefmt simple, we ask code formatters to
adhere to the following specification.
[treefmt formatter spec](./docs/src/)
[treefmt formatter spec](./docs/formatters-spec.md)
If they don't, the best is to create a wrapper script that transforms the
usage to match that spec.