From 251ae8e8793b1d86dece1fc72c55224e48b0dae4 Mon Sep 17 00:00:00 2001 From: Thomas Roehl Date: Wed, 27 Jul 2022 17:46:27 +0200 Subject: [PATCH] Update link to cc-specifications repo with line protocol --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e1f9316..65bde1d 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ The receiver runs as a go routine side-by-side with the timer loop and asynchron # Configuration Configuration is implemented using a single json document that is distributed over network and may be persisted as file. -Supported metrics are documented [here](https://github.com/ClusterCockpit/cc-specifications/blob/master/metrics/lineprotocol_alternative.md). +Supported metrics are documented [here](https://github.com/ClusterCockpit/cc-specifications/blob/master/interfaces/lineprotocol/README.md). There is a main configuration file with basic settings that point to the other configuration files for the different components.