Docs: Fix broken workshop link CLI workflows (fixes #112116) (#112127)

This commit is contained in:
Devansh Sehgal
2025-10-08 08:11:35 +00:00
committed by GitHub
parent fe1747c109
commit 0e43c1175f
@@ -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: