From f1b2cb00be269df3db4e67be71d6ab845a75dc49 Mon Sep 17 00:00:00 2001 From: Olivier Lemasle Date: Mon, 18 Oct 2021 19:39:54 +0200 Subject: [PATCH] Fixes baseURL and repo URL Fixes #1 --- config.yaml | 2 +- content/_index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.yaml b/config.yaml index 5a6388e..19e7dce 100644 --- a/config.yaml +++ b/config.yaml @@ -1,4 +1,4 @@ -baseURL: "https://runbooks.thaum.xyz" +baseURL: "https://runbooks.prometheus-operator.dev" languageCode: "en-us" title: "kube-prometheus runbooks" diff --git a/content/_index.md b/content/_index.md index a7ec3e6..81fcd8f 100644 --- a/content/_index.md +++ b/content/_index.md @@ -25,5 +25,5 @@ If you find any issues with current runbooks, please use the `Edit this page` li For adding a new runbook please follow [add runbook](/docs/add-runbook) guide. -If you find any other issues, please [open an issue on GitHub](https://github.com/paulfantom/runbooks/issues/new) +If you find any other issues, please [open an issue on GitHub](https://github.com/prometheus-operator/runbooks/issues/new) or ask questions in [prometheus-operator slack channel](https://kubernetes.slack.com/archives/CFFDS2Z7F).