From 3c10928decb50540728acf6289723c80c9f3a506 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Susa=20T=C3=BCnker?= <74345218+sujaya-sys@users.noreply.github.com> Date: Fri, 9 Aug 2024 09:12:25 +0200 Subject: [PATCH] Update score-schema-reference.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Susa Tünker <74345218+sujaya-sys@users.noreply.github.com> --- content/en/docs/score specification/score-schema-reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/score specification/score-schema-reference.md b/content/en/docs/score specification/score-schema-reference.md index 98f8813a..779eb04b 100644 --- a/content/en/docs/score specification/score-schema-reference.md +++ b/content/en/docs/score specification/score-schema-reference.md @@ -11,6 +11,6 @@ aliases: The Score schema is a JSON schema that defines the structure of a Score file. It's used to validate the Score file before an implementation CLI (such as `score-compose` or `score-helm`) is executed. The Score implementation CLI validates the Score file against the schema before generating the platform-specific configuration, by default. -- For access to the full schema, visit the repository [here](https://github.com/score-spec/score-go/blob/main/schema/files/score-v1b1.json). +- For access to the full schema, visit the repository [here](https://github.com/score-spec/spec/blob/main/score-v1b1.json). - For information on how to configure your IDE to validate your Score file against the Score schema, see [IDE linter and autocomplete for Score's JSON schema]({{< relref "ide-linter-autocomplete" >}}).