diff --git a/README.md b/README.md index 2d68022..5c956c8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Request validation plugin for the [Reflect API Framework](https://github.com/victorwesterlund/reflect) +# Request validation plugin for the [Reflect API Framework](https://codeberg.org/reflect/reflect) This request pre-processor adds request validation for an API written in the Reflect API Framework. Write safer Reflect endpoints by enforcing request data structure validation before the request reaches your endpoint's logic. This plugin validates GET and POST data (even JSON) and returns an array with scoped `Error`s that can be further acted upon if desired.