From 0ce1e208343e2578cf4484037e423cdbbabdd3b2 Mon Sep 17 00:00:00 2001 From: Todd Ekenstam <3845995+tekenstam@users.noreply.github.com> Date: Fri, 16 Aug 2024 10:37:48 -0700 Subject: [PATCH] Fix broken link to score spec schema Per the README.md in https://github.com/score-spec/schema, the location of the schema has moved to https://github.com/score-spec/spec. Signed-off-by: Todd Ekenstam <3845995+tekenstam@users.noreply.github.com> --- content/en/docs/score specification/score-spec-reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/score specification/score-spec-reference.md b/content/en/docs/score specification/score-spec-reference.md index fc950f23..6efde601 100644 --- a/content/en/docs/score specification/score-spec-reference.md +++ b/content/en/docs/score specification/score-spec-reference.md @@ -34,7 +34,7 @@ metadata: annotations-name: string # optional ``` -`apiVersion`: the declared Score Specification version. Find the current version [here](https://github.com/score-spec/schema/blob/main/score-v1b1.json). +`apiVersion`: the declared Score Specification version. Find the current version [here](https://github.com/score-spec/spec/blob/main/score-v1b1.json). `metadata`: the metadata description of your workload.