From 91dd6bee3b58cbb2833389670c399225f2cf2a1a Mon Sep 17 00:00:00 2001
From: decentral1se <cellarspoon@riseup.net>
Date: Mon, 18 Apr 2022 00:07:03 +0200
Subject: [PATCH] fix it up, abra ain't there

---
 docs/operators/handbook.md | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/docs/operators/handbook.md b/docs/operators/handbook.md
index 4ea638c4..abb84e31 100644
--- a/docs/operators/handbook.md
+++ b/docs/operators/handbook.md
@@ -316,9 +316,11 @@ If you need to run a command within a running container you can use `abra app ru
 
 `@Mayel`:
 
-> FYI I've been running on ARM (both the servers and abra client) for a while
-> with no troubles (as long as images used support it of course) 😀 ... in
-> cases where I couldn't find a multiarch image I simply have eg. image:
-> ${DB_DOCKER_IMAGE} in the docker-compose and set that to a compatible image
-> in the env config ... there was really nothing to it, apart from making sure
-> to use multiarch or arm images
+> FYI I've been running on ARM for a while with no troubles (as long as images
+> used support it of course, `abra` doesn't work yet!) 😀 ... in cases where I
+> couldn't find a multiarch image I simply have eg. image: ${DB_DOCKER_IMAGE}
+> in the docker-compose and set that to a compatible image in the env config
+> ... there was really nothing to it, apart from making sure to use multiarch
+> or arm images
+
+See [`#312`](https://git.coopcloud.tech/coop-cloud/organising/issues/312) for more.