diff --git a/Project-Architecture.md b/Project-Architecture.md index 2866989..c7191d2 100644 --- a/Project-Architecture.md +++ b/Project-Architecture.md @@ -120,12 +120,11 @@ Package | Role `utilities.html.icon` | Deprecated. APIv4 html utilities `utilities.java` | Java language extending utilities `utilities.logging` | Error logging code - `version` | System that checks for new version # Abstraction layer for platforms -Different server platforms offer more or less the same sort of functionality, but with a different API. This is why in Plan some of it is abstracted away with [Abstract Plugin Framework](https://github.com/Rsl1122/Abstract-Plugin-Framework). +Different server platforms offer more or less the same sort of functionality, but with a different API. This is why in Plan some of it is abstracted away with [Abstract Plugin Framework](https://github.com/AuroraLS3/Abstract-Plugin-Framework). This is mostly limited to Task scheduling and logging.