1
0
mirror of https://github.com/umputun/reproxy.git synced 2025-02-16 18:34:30 +02:00

fix broken link to plugin example in README

This commit is contained in:
John 2021-06-30 17:27:00 +03:00 committed by Umputun
parent 2eb78e0e47
commit a9c7db27b6

View File

@ -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