From 176e2449b399eee067f16c8337af1aaab574635d Mon Sep 17 00:00:00 2001
From: Daniel Speicher <daniel.speicher@lakedrops.com>
Date: Fri, 7 Jun 2024 16:26:49 +0200
Subject: [PATCH] docker/l3d#85

---
 docs/docker/alerta-proxy/index.md | 4 ++--
 mkdocs.yml                        | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/docker/alerta-proxy/index.md b/docs/docker/alerta-proxy/index.md
index 448bafb..bc532c9 100644
--- a/docs/docker/alerta-proxy/index.md
+++ b/docs/docker/alerta-proxy/index.md
@@ -8,8 +8,8 @@ tags:
 ---
 # Alerta Proxy
 
-This is a docker image, which creates a UDP Server Socket. This socket can receive alert messages from multiple 
-applications and sends those messages via API to the central Alerta host. You will need the following variables:
+This is a docker image, which creates a UDP Server Socket. This socket can receive alert messages from multiple
+applications and sends those messages via API to the central [Alerta](https://alerta.io/) host. You will need the following variables:
 
 ```alerta
 ENV ALERTA_DOMAIN "alerta.your-domain.com"
diff --git a/mkdocs.yml b/mkdocs.yml
index a370915..b1b2f2d 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -85,7 +85,7 @@ nav:
   - Docker:
       - docker/index.md
       - Alerta Proxy:
-          - docker/alerta-proxy-index.md
+          - docker/alerta-proxy/index.md
       - Ansible:
           - docker/ansible/index.md
       - GitLab Drupal CI:
-- 
GitLab