Skip to content

Commit

Permalink
fix(readme): E2E Testing links (#869)
Browse files Browse the repository at this point in the history
fix(readme): e2e link
  • Loading branch information
M4tteoP authored Sep 6, 2023
1 parent 9104d7c commit 7dc210e
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 @@ -116,8 +116,8 @@ or as a library by importing:
"github.com/corazawaf/coraza/v3/http/e2e"
```

As a reference for library usage, see [`testing/e2e/e2e_test.go`](.testing/e2e/e2e_test.go).
Expected directives that have to be loaded and available flags can be found in [`http/e2e/main.go`](./examples/http/e2e/main.go).
As a reference for library usage, see [`testing/e2e/e2e_test.go`](./testing/e2e/e2e_test.go).
Expected directives that have to be loaded and available flags can be found in [`http/e2e/cmd/httpe2e/main.go`](./http/e2e/cmd/httpe2e/main.go).

## Tools

Expand Down

0 comments on commit 7dc210e

Please sign in to comment.