From 10a2cfdbd166d53c22213dfeedcb0ed1852e10db Mon Sep 17 00:00:00 2001 From: Florent Date: Tue, 27 Dec 2022 12:06:03 +0100 Subject: [PATCH] update links --- doc/DESCRIPTION.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md index b8cd176..daf4f53 100644 --- a/doc/DESCRIPTION.md +++ b/doc/DESCRIPTION.md @@ -8,7 +8,7 @@ Compared to other log aggregation systems, Loki: - has native support in Grafana (needs Grafana v6.0). A Loki-based logging stack consists of 3 components: - - [promtail](/Yunohost-Apps/promtail_ynh) is the agent, responsible for gathering logs and sending them to Loki. - - [loki](/Yunohost-Apps/loki_ynh) is the main server, responsible for storing logs and processing queries. - - [Grafana](/Yunohost-Apps/grafana_ynh) for querying and displaying the logs. + - [promtail](https://github.com/Yunohost-Apps/promtail_ynh) is the agent, responsible for gathering logs and sending them to Loki. + - [loki](https://github.com/Yunohost-Apps/loki_ynh) is the main server, responsible for storing logs and processing queries. + - [Grafana](https://github.com/Yunohost-Apps/grafana_ynh) for querying and displaying the logs.