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)