From 99aa5e62d39a856ccf6fc1fba6c215104e7efa92 Mon Sep 17 00:00:00 2001 From: Thomas McWork Date: Sun, 15 Dec 2024 11:51:21 +0100 Subject: [PATCH] README.md: fix semi-dead link The link to the docker-compose.yml isn't working on [the traefik plugin page](https://plugins.traefik.io/plugins/628c9eadffc0cd18356a9799/modsecurity-plugin). It's leading to the same plugin page and thus slightly confusing to the unknown users. Making it full qualified solves this problem. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ce3b7b5..bd76b2f 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Demo with WAF intercepting relative access in query param. ## Usage (docker-compose.yml) -See [docker-compose.yml](docker-compose.yml) +See [docker-compose.yml](https://github.com/acouvreur/traefik-modsecurity-plugin/blob/main/docker-compose.yml) 1. docker-compose up 2. Go to http://localhost:8000/website, the request is received without warnings @@ -55,4 +55,4 @@ This plugin supports these configuration: See [docker-compose.local.yml](docker-compose.local.yml) -`docker-compose -f docker-compose.local.yml up` to load the local plugin \ No newline at end of file +`docker-compose -f docker-compose.local.yml up` to load the local plugin