Skip to content

Commit

Permalink
fix broken link to plugin example in README
Browse files Browse the repository at this point in the history
  • Loading branch information
John authored and umputun committed Jun 30, 2021
1 parent 2eb78e0 commit a9c7db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ The core functionality of reproxy can be extended with external plugins. Each pl
To simplify the development process all the building blocks provided. It includes `lib.Plugin` handling registration, listening and dispatching calls as well as `lib.Request` and `lib.Response` defining input and output. Plugin's authors should implement concrete handlers satisfying `func(req lib.Request, res *lib.HandlerResponse) (err error)` signature. Each plugin may contain multiple handlers like this.


_See [examples/plugin]() for more info_
_See [examples/plugin](https://github.com/umputun/reproxy/tree/master/examples/plugin) for more info_

## Container security

Expand Down

0 comments on commit a9c7db2

Please sign in to comment.