From d76c3f126427f97436029a217009dc86d16b43fa Mon Sep 17 00:00:00 2001 From: cinereal Date: Mon, 2 Jun 2025 11:54:53 +0200 Subject: [PATCH] trunk images --- architecture.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/architecture.md b/architecture.md index 6523ed2..171be77 100644 --- a/architecture.md +++ b/architecture.md @@ -202,13 +202,13 @@ To ensure reproducibility, we also offer Nix packaging for our software. To reach our goals, we aim to implement the following interactions between [actors](#actors) (depicted with rounded corners) and system components (see the [glossary](#glossary), depicted with rectangles). -![](https://git.fediversity.eu/Fediversity/meta/raw/branch/entity-relations/architecture-docs/interactions.svg) +![](https://git.fediversity.eu/Fediversity/meta/raw/branch/main/architecture-docs/interactions.svg) ### Entity relationships Relationships among the entities used to model migrations are as follows, using the crow's foot notation to denote cardinality: -![](https://git.fediversity.eu/Fediversity/meta/raw/branch/entity-relations/architecture-docs/entity-relations.svg) +![](https://git.fediversity.eu/Fediversity/meta/raw/branch/main/architecture-docs/entity-relations.svg) ### Data model @@ -216,7 +216,7 @@ Relationships among the entities used to model migrations are as follows, using Whereas the core abstraction in Fediversity is a NixOS configuration module, a more full-fledged example architecture of the web host use-case we aim to support as part of our exploitation would be as follows, where VMs in question run Fediversity to offer our selected applications: -![](https://git.fediversity.eu/Fediversity/meta/raw/branch/entity-relations/architecture-docs/host-architecture.png) +![](https://git.fediversity.eu/Fediversity/meta/raw/branch/main/architecture-docs/host-architecture.png) ## Break-down of project milestones