From 7b38321b52e1f7fc1a8d3c6053a434e1a7f3cd81 Mon Sep 17 00:00:00 2001 From: Thomas Roehl Date: Thu, 3 Feb 2022 18:54:19 +0100 Subject: [PATCH] Fix link in README --- sinks/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sinks/README.md b/sinks/README.md index 9cc6702..1690df9 100644 --- a/sinks/README.md +++ b/sinks/README.md @@ -5,7 +5,7 @@ This folder contains the SinkManager and sink implementations for the cc-metric- # Available sinks: - [`stdout`](./stdoutSink.md): Print all metrics to `stdout`, `stderr` or a file - [`http`](./httpSink.md): Send metrics to an HTTP server as POST requests -- [`influxdb`](./influxdbSink.md): Send metrics to an [InfluxDB](https://www.influxdata.com/products/influxdb/) database +- [`influxdb`](./influxSink.md): Send metrics to an [InfluxDB](https://www.influxdata.com/products/influxdb/) database - [`nats`](./natsSink.md): Publish metrics to the [NATS](https://nats.io/) network overlay system - [`ganglia`](./gangliaSink.md): Publish metrics in the [Ganglia Monitoring System](http://ganglia.info/)