From 95560f0c30a36a62cd9d8f3489f2e33735346cf9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jafar=20Uru=C3=A7?= Date: Sat, 2 Nov 2024 13:04:47 +0000 Subject: [PATCH] Fix missing extension for file readme in using-schemas.md --- site/site/configuration/using-schemas.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/site/configuration/using-schemas.md b/site/site/configuration/using-schemas.md index 7bcefb86c..51371f4cf 100644 --- a/site/site/configuration/using-schemas.md +++ b/site/site/configuration/using-schemas.md @@ -5,8 +5,8 @@ JSON schemas can be assigned to TOML documents according to the following in pri 1. set manually in the environment, e.g. [as a CLI flag](../cli/usage/validation.md#using-a-specific-schema) or an IDE setting 1. [schema directives](./directives.md#the-schema-directive) at the top of the document 1. as an URL under the `$schema` key in the root of the document -1. [configuration file rule](./file#rules) -1. default schema set in the [configuration file](./file#schema) +1. [configuration file rule](./file.md#rules) +1. default schema set in the [configuration file](./file.md#schema) 1. contributed by an [extension](./developing-schemas.md#visual-studio-code-extensions) *(Visual Studio Code only)* 1. an association based on a [schema catalog](./developing-schemas.md#publishing)