From 4be98cc8810a0c292e238d2b037262114e706d08 Mon Sep 17 00:00:00 2001 From: Chrish Dunne Date: Wed, 13 Apr 2022 16:46:22 +0100 Subject: [PATCH] Fixed broken URL This might be a wider problem, but I spotted it here and fixed it. --- docs/checks/schema_json_format.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/checks/schema_json_format.md b/docs/checks/schema_json_format.md index 1155f421..f39253f9 100644 --- a/docs/checks/schema_json_format.md +++ b/docs/checks/schema_json_format.md @@ -59,7 +59,7 @@ SchemaJsonFormat: | Parameter | Description | | --- | --- | | enabled | Whether the check is enabled. | -| severity | The [severity](https://shopify.developers/themes/tools/theme-check/configuration#check-severity) of the check. | +| severity | The [severity](https://shopify.dev/themes/tools/theme-check/configuration#check-severity) of the check. | | start_level | The indentation level. If you prefer an indented schema, set this to 1. | | indent | The character(s) used for indentation levels. |