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" >}}).