From 6d65fc80a1d2742ed93ca22ebc2fd76e7efd8c55 Mon Sep 17 00:00:00 2001 From: Risto Lahtela <24460436+AuroraLS3@users.noreply.github.com> Date: Tue, 23 Feb 2021 13:35:55 +0200 Subject: [PATCH] Updated Project Architecture (markdown) --- Project-Architecture.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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.