X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FREADME.md;h=a723f6a290756ddcf9ad1b40fae71a050e13cfb9;hb=52789f3ae4a07b79fabc99ab01386617fa75183f;hp=a2f2b9de5614dc4d378cd95e925e46dbd4ad85f5;hpb=b3cee63745572e689490d221f8eb80438b87373b;p=friendica.git diff --git a/src/Module/README.md b/src/Module/README.md index a2f2b9de56..a723f6a290 100644 --- a/src/Module/README.md +++ b/src/Module/README.md @@ -24,8 +24,8 @@ A frontend module should extend the [`BaseModule`](https://github.com/friendica/ ### Routing Every module needs to be accessed within a route. -The routing mechanism is using a PSR-7 based routing and the routes are defined inside [`Router->collectRoutes()`](https://github.com/friendica/friendica/blob/develop/src/App/Router.php). +The routes are defined inside [`Router->collectRoutes()`](https://github.com/friendica/friendica/blob/develop/src/App/Router.php). Use the given routes as a pattern for further routes. -The routing library can be found [here](https://github.com/thephpleague/route). \ No newline at end of file +The routing library and further documentation can be found [here](https://github.com/nikic/FastRoute). \ No newline at end of file