From 7b860a809379206a42dae13f0f16f35937ead816 Mon Sep 17 00:00:00 2001 From: Mathieu Benoit Date: Sun, 15 Mar 2026 12:09:33 -0400 Subject: [PATCH 1/2] Update links to patch templates documentation Signed-off-by: Mathieu Benoit --- .../score implementation/score-compose/patch-templates.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/score implementation/score-compose/patch-templates.md b/content/en/docs/score implementation/score-compose/patch-templates.md index 2c1dd6e4..a3359af5 100644 --- a/content/en/docs/score implementation/score-compose/patch-templates.md +++ b/content/en/docs/score implementation/score-compose/patch-templates.md @@ -27,7 +27,7 @@ something.:0000.xyz # patches the xyz item in the "0000" item of something ## Example -Here is a concrete example showing how to inject more security for each Workload by using this template [`score-compose/unprivileged.tpl`](https://raw.githubusercontent.com/score-spec/community-patchers/refs/heads/main/score-compose/unprivileged.tpl): +Here is a concrete example showing how to inject more security for each Workload by using this template [`score-compose/unprivileged.tpl`](https://docs.score.dev/examples/patch-templates/score-compose/unprivileged/): ```yaml {{ range $name, $spec := .Workloads }} @@ -63,4 +63,4 @@ And then see that this patch template was applied on the final generated `compos ## Write your own patch template -A list of patch templates shared by the community can be found [here](https://github.com/score-spec/community-patchers). Users are encouraged to use them and contribute to this growing list of patch templates. +A list of patch templates for `score-compose` shared by the community can be found [here](https://docs.score.dev/examples/patch-templates?implementation=score-compose). Users are encouraged to use them and contribute to this growing list of patch templates. From 0fbbc4dad348f926aa36d4d4d8f841265b4ae512 Mon Sep 17 00:00:00 2001 From: Mathieu Benoit Date: Sun, 15 Mar 2026 12:10:48 -0400 Subject: [PATCH 2/2] Update links in patch-templates.md for accuracy Signed-off-by: Mathieu Benoit --- .../en/docs/score implementation/score-k8s/patch-templates.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/score implementation/score-k8s/patch-templates.md b/content/en/docs/score implementation/score-k8s/patch-templates.md index f062b83e..547680fb 100644 --- a/content/en/docs/score implementation/score-k8s/patch-templates.md +++ b/content/en/docs/score implementation/score-k8s/patch-templates.md @@ -27,7 +27,7 @@ something.:0000.xyz # patches the xyz item in the "0000" item of something ## Example -Here is a concrete example showing how to inject more security for each Workload by using this template [`score-k8s/unprivileged.tpl`](https://raw.githubusercontent.com/score-spec/community-patchers/refs/heads/main/score-k8s/unprivileged.tpl): +Here is a concrete example showing how to inject more security for each Workload by using this template [`score-k8s/unprivileged.tpl`](https://docs.score.dev/examples/patch-templates/score-k8s/unprivileged/): ```yaml {{ range $i, $m := .Manifests }} @@ -77,4 +77,4 @@ And then see that this patch template was applied on the final generated `manife ## Write your own patch template -A list of patch templates shared by the community can be found [here](https://github.com/score-spec/community-patchers). Users are encouraged to use them and contribute to this growing list of patch templates. +A list of patch templates for `score-k8s` shared by the community can be found [here](https://docs.score.dev/examples/patch-templates?implementation=score-k8s). Users are encouraged to use them and contribute to this growing list of patch templates.