#276 add information on account removal
Merged by jflory7. Opened by jasonbrooks.
Fedora-Council/ jasonbrooks/council-docs pr-removal-notice  into  main

Red Hat's Risk & Compliance dept asks that we "Ensure that Fedora Community has a documented process to honor data subject rights and process data subject requests. Information on the process should be made available to users within the Real Time chat section accessed through the Fedora Community Guide home page."

This is Markdown, not AsciiDoc. This link should instead be written like this:

xref:legal::privacy.adoc#_how_to_access_modify_or_update_your_information[here]

Metadata Update from @jflory7:
- Pull-request tagged with: needs changes, type - existing docs

rebased onto 612d307a91449f811379653cd68e0e737d17136d

Metadata Update from @jflory7:
- Request assigned

rebased onto a89e97f0e6b48569283c95644f79eea5631e1947

I am merging this Pull Request, and then immediately applying the following patch. This will unblock this Pull Request and accelerate the merge to Forgejo.

From 1cc8bce092fe48b8d321e653d97f2f2f961afadc Mon Sep 17 00:00:00 2001
From: Justin Wheeler <jwheel@redhat.com>
Date: Wed, 4 Mar 2026 18:15:33 -0800
Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=F0=9F=90=9B=20project(ROOT):=20Use?=
 =?UTF-8?q?=20`xref`=20for=20Legal=20docs=20link,=20use=20AsciiDoc?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Some parts of the previous commit were written in Markdown. This commit
fixes the pending feedback and gets this merged, so the guidance can be
officially published, and this Pull Request can be merged before the
upcoming migration to Forgejo.
Signed-off-by: Justin Wheeler <jwheel@redhat.com>
---
 project/modules/ROOT/pages/communications.adoc | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/project/modules/ROOT/pages/communications.adoc b/project/modules/ROOT/pages/communications.adoc
index ce12bbddd8e0904f78b2c09130b266edffd33b7e..afe7316752562a13c6f817a316ffe46142632639 100644
--- a/project/modules/ROOT/pages/communications.adoc
+++ b/project/modules/ROOT/pages/communications.adoc
@@ -8,13 +8,12 @@ This current page goes into more detail around the various communication channel
 === Chat
-We now use https://chat.fedoraproject.org[Matrix/Element] as the primary synchronous channel to speak to each other in real time. 
+Fedora officially uses https://chat.fedoraproject.org[Matrix/Element] as the primary synchronous channel to speak to each other in real-time.
+You can find a list of the Fedora channels on Matrix https://chat.fedoraproject.org/#/room/#fedora-space:fedoraproject.org[in the Fedora Matrix Space].
-You can find a list of the Fedora channels on Matrix https://chat.fedoraproject.org/#/room/#fedora-space:fedoraproject.org[here].
+If you have an account hosted on the `fedora.im` homeserver, you can find information on how to remove your account xref:legal::privacy.adoc#_how_to_access_modify_or_update_your_information[in the Fedora Legal Documentation].
-If you have an account on the fedora.im homeserver, you can find information on how to remove your accoount [here](https://docs.fedoraproject.org/en-US/legal/privacy/#_how_to_access_modify_or_update_your_information).
-
-=== Fedora Discussion 
+=== Fedora Discussion
 https://discussion.fedoraproject.org/c/ask/6/none[Fedora Discussion] is the primary discussion forum where you will find all the latest news & announcements, as well as discussion about open source projects; workflows, and Fedora-specific offerings such as the Fedora Editions.
 See also under xref:help.adoc[Getting Help].
-- 
2.53.0

Pull-Request has been merged by jflory7