From d4866c85565604f268a867a8b295c9ee27a2017f Mon Sep 17 00:00:00 2001 From: Vitaly Zhuravlev Date: Fri, 8 Nov 2024 16:12:29 +0000 Subject: [PATCH] Fix broken links --- site/content/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/_index.md b/site/content/_index.md index 7ee8694..c273eec 100644 --- a/site/content/_index.md +++ b/site/content/_index.md @@ -6,7 +6,7 @@ A mixin is a set of Grafana dashboards and Prometheus rules and alerts, packaged Mixins are written in [jsonnet](https://jsonnet.org/), and are typically installed and updated with [jsonnet-bundler](https://github.com/jsonnet-bundler/jsonnet-bundler). For more information about mixins, see: -* [Prometheus Monitoring Mixins Design Doc](https://docs.google.com/document/d/1A9xvzwqnFVSOZ5fD3blKODXfsat5fg6ZhnKu9LK3lB4/view). A [cached pdf](design.pdf) is included in monitoring mixins [documentation repository](https://github.com/monitoring-mixins/docs). +* [Prometheus Monitoring Mixins design doc (cached pdf)](https://github.com/monitoring-mixins/docs/blob/master/design.pdf) is included in monitoring mixins [documentation repository](https://github.com/monitoring-mixins/docs). * For more motivation, see "[The RED Method: How to instrument your services](https://kccncna17.sched.com/event/CU8K/the-red-method-how-to-instrument-your-services-b-tom-wilkie-kausal?iframe=no&w=100%&sidebar=yes&bg=no)" talk from CloudNativeCon Austin 2018. The KLUMPs system demo'd became the basis for the kubernetes-mixin. * "[Prometheus Monitoring Mixins: Using Jsonnet to Package Together Dashboards, Alerts and Exporters](https://www.youtube.com/watch?v=b7-DtFfsL6E)" talk from CloudNativeCon Copenhagen 2018.