From 6ea10ca81db12ab0dc6eb30240df611dd082a2a4 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Sun, 9 Apr 2023 10:21:08 -0400 Subject: [PATCH] One More Broken Link Fixed --- docs/intro/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro/faq.md b/docs/intro/faq.md index eea6a4b..1595d1c 100644 --- a/docs/intro/faq.md +++ b/docs/intro/faq.md @@ -226,7 +226,7 @@ The Co-op Cloud is and will always be available under [copyleft licenses](https: It is true that if you install 3 apps and each one requires a MySQL database, then you will have 3 installations of MySQL on your system, running in containers. -Systems like [YunoHost](/faq/#yunohost) mutualise every part of the system for maximum resource efficiency - if there is a MySQL instance available on the system, then just make a new database there and share the MySQL instance instead of creating more. +Systems like [YunoHost](#yunohost) mutualise every part of the system for maximum resource efficiency - if there is a MySQL instance available on the system, then just make a new database there and share the MySQL instance instead of creating more. However, as we see it, this creates a tight coupling between apps on the database level - running a migration on one app where you need to turn the database off takes down the other apps.