From 6678245fba1965d971b32408a5800b892b8854a7 Mon Sep 17 00:00:00 2001 From: Andrew Fleming Date: Sun, 4 Mar 2018 00:01:40 +0000 Subject: [PATCH] Fix broken link in schema.md (#1684) Correct broken link to `slate-schema-violations` --- docs/reference/slate/schema.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/slate/schema.md b/docs/reference/slate/schema.md index ddb3365d1..9a0530965 100644 --- a/docs/reference/slate/schema.md +++ b/docs/reference/slate/schema.md @@ -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.