Skip to content

Commit bba1950

Browse files
README.md: fix semi-dead link (#24)
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.
1 parent 4876b54 commit bba1950

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Demo with WAF intercepting relative access in query param.
2424

2525
## Usage (docker-compose.yml)
2626

27-
See [docker-compose.yml](docker-compose.yml)
27+
See [docker-compose.yml](https://github.com/acouvreur/traefik-modsecurity-plugin/blob/main/docker-compose.yml)
2828

2929
1. docker-compose up
3030
2. Go to http://localhost:8000/website, the request is received without warnings
@@ -55,4 +55,4 @@ This plugin supports these configuration:
5555

5656
See [docker-compose.local.yml](docker-compose.local.yml)
5757

58-
`docker-compose -f docker-compose.local.yml up` to load the local plugin
58+
`docker-compose -f docker-compose.local.yml up` to load the local plugin

0 commit comments

Comments
 (0)