From 4e06af71ab613024f573cb6273207d0c3eb25d08 Mon Sep 17 00:00:00 2001 From: Benoit Tigeot Date: Fri, 14 Feb 2025 10:15:02 +0100 Subject: [PATCH] Fix broken links for sdk examples source Signed-off-by: Benoit Tigeot --- content/en/docs/sdk/examples.md | 2 +- content/uk/docs/sdk/examples.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/sdk/examples.md b/content/en/docs/sdk/examples.md index cd50d22a8..886efdc2d 100644 --- a/content/en/docs/sdk/examples.md +++ b/content/en/docs/sdk/examples.md @@ -9,7 +9,7 @@ Intended to document various SDK functionalities. The final example shows `main.go` driver ([link](#driver)). That runs the below actions and includes necessary helper functions. -The code for the examples lives in the [helm/helm-www/sdkexamples/](https://github.com/helm/helm-www/sdkexamples) directory. +The code for the examples lives in the [helm/helm-www/sdkexamples/](https://github.com/helm/helm-www/tree/main/sdkexamples) directory. And is intended to be fully functional. ## Actions diff --git a/content/uk/docs/sdk/examples.md b/content/uk/docs/sdk/examples.md index fd5ba25f7..cb2b98f90 100644 --- a/content/uk/docs/sdk/examples.md +++ b/content/uk/docs/sdk/examples.md @@ -8,7 +8,7 @@ weight: 2 Останній приклад показує драйвер `main.go` ([посилання](#driver)). Він виконує наведені нижче дії та включає необхідні допоміжні функції. -Код для прикладів знаходиться в директорії [helm/helm-www/sdkexamples/](https://github.com/helm/helm-www/sdkexamples). І він повністю функціональний. +Код для прикладів знаходиться в директорії [helm/helm-www/sdkexamples/](https://github.com/helm/helm-www/tree/main/sdkexamples). І він повністю функціональний. ## Дії {#actions}