Skip to content

Commit

Permalink
README.md: fix semi-dead link (#24)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
thomas-mc-work authored Dec 24, 2024
1 parent 4876b54 commit bba1950
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
`docker-compose -f docker-compose.local.yml up` to load the local plugin

0 comments on commit bba1950

Please sign in to comment.