From 0e43c1175fb3ec04989af89884c50bd9ace3eea1 Mon Sep 17 00:00:00 2001 From: Devansh Sehgal Date: Wed, 8 Oct 2025 13:41:35 +0530 Subject: [PATCH] Docs: Fix broken workshop link CLI workflows (fixes #112116) (#112127) --- .../observability-as-code/grafana-cli/grafanacli-workflows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/observability-as-code/grafana-cli/grafanacli-workflows.md b/docs/sources/observability-as-code/grafana-cli/grafanacli-workflows.md index b8128d211cd..33489050eed 100644 --- a/docs/sources/observability-as-code/grafana-cli/grafanacli-workflows.md +++ b/docs/sources/observability-as-code/grafana-cli/grafanacli-workflows.md @@ -95,7 +95,7 @@ This workflow helps you back up all Grafana resources from one instance and late With this workflow, you can define and manage dashboards as code, saving them to a version control system like Git. This is useful for teams that want to maintain a history of changes, collaborate on dashboard design, and ensure consistency across environments. -1. Use a dashboard generation script (for example, with the [Foundation SDK](https://github.com/grafana/grafana-foundation-sdk)). You can find an example implementation in the Grafana as code [hands-on lab repository](https://github.com/grafana/dashboards-as-code-workshop/tree/main/part-one-golang). +1. Use a dashboard generation script (for example, with the [Foundation SDK](https://github.com/grafana/grafana-foundation-sdk)). You can find an example implementation in the Grafana as code [hands-on lab repository](https://github.com/grafana/dashboards-as-code-workshop/tree/main/part-one-golang-starter). 1. Serve and preview the output of the dashboard generator locally: