From afdb125d67eeed00a75433a14548a735430ab2d9 Mon Sep 17 00:00:00 2001 From: Claes Mogren Date: Mon, 6 Jul 2020 05:06:29 -0700 Subject: [PATCH] Fix docs links for cni-metrics-agent (#1072) --- cmd/cni-metrics-helper/README.md | 2 +- docs/troubleshooting.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/cni-metrics-helper/README.md b/cmd/cni-metrics-helper/README.md index 6c221c96ae..bcb5760c6f 100644 --- a/cmd/cni-metrics-helper/README.md +++ b/cmd/cni-metrics-helper/README.md @@ -11,7 +11,7 @@ By default ipamd will publish prometheus metrics on `:61678/metrics`. The following diagram shows how `cni-metrics-helper` works in a cluster: -![](../docs/images/cni-metrics-helper.png) +![](../../docs/images/cni-metrics-helper.png) ### Installing the cni-metrics-helper ``` diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index 80f56971bb..a5739e567b 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -190,5 +190,5 @@ go_goroutines 20 ## cni-metrics-helper -See the [cni-metrics-helper README](../cni-metrics-helper/README.md). +See the [cni-metrics-helper README](../cmd/cni-metrics-helper/README.md).