1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-28 09:29:49 +02:00

Fix broken link in schema.md (#1684)

Correct broken link to `slate-schema-violations`
This commit is contained in:
Andrew Fleming
2018-03-04 00:01:40 +00:00
committed by Zach Schneider
parent 7238c6a82e
commit 6678245fba

View File

@@ -227,4 +227,4 @@ Returns a JSON representation of the schema.
When supplying your own `normalize` property for a schema rule, it will be called with `(change, violation, context)`. The `violation` will be one of a set of potential violation strings, and `context` will vary depending on the violation.
A set of the invalid violation strings are available as constants via the [`slate-schema-violations`](../slate-schema-violations) package.
A set of the invalid violation strings are available as constants via the [`slate-schema-violations`](../slate-schema-violations/index.md) package.