From 13afdbe1dcacb27a3da1627e5b555ccdcf92717d Mon Sep 17 00:00:00 2001
From: jermanuts <109705802+jermanuts@users.noreply.github.com>
Date: Fri, 23 Feb 2024 13:10:40 +0300
Subject: [PATCH 1/3] Update SECURITY.md

---
 SECURITY.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/SECURITY.md b/SECURITY.md
index a40bef4..9e9035a 100644
--- a/SECURITY.md
+++ b/SECURITY.md
@@ -12,4 +12,4 @@ The following keys may be used to communicate sensitive information to developer
 |---------|---------------------------------------------------|
 | tobtoht | E87B D921 CDD8 85C9 D78A 38C5 E45B 10DD 027D 2472 |
 
-Public keys can be found in `utils/pubkeys`.
+Public keys can be found in [`utils/pubkeys`](utils/pubkeys).

From 89159e3f43f2a9153df1783266ab342ff1dd5919 Mon Sep 17 00:00:00 2001
From: jermanuts <109705802+jermanuts@users.noreply.github.com>
Date: Fri, 23 Feb 2024 14:17:17 +0300
Subject: [PATCH 2/3] Update README.md

---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index b5cd07f..ae61853 100644
--- a/README.md
+++ b/README.md
@@ -12,8 +12,8 @@ Copyright (c) 2020-2024, The Monero Project.
 * Reddit: [/r/FeatherWallet](https://old.reddit.com/r/FeatherWallet)
 * Lemmy: [monero.town/c/featherwallet](https://monero.town/c/featherwallet)
 * Mail: dev@featherwallet.org
-* IRC: `#feather` on OFTC
-* Matrix: `#feather:monero.social`
+* IRC: `#feather` on [OFTC](https://www.oftc.net/)
+* Matrix: [matrix.to/#/#feather:monero.social](https://matrix.to/#/#feather:monero.social)
 
 **Download** the latest release [here](https://featherwallet.org/download).
 
@@ -33,6 +33,6 @@ See [contrib/guix/README.md](https://github.com/feather-wallet/feather/blob/mast
 
 If you are looking to set up a development environment for Feather, see [HACKING.md](https://github.com/feather-wallet/feather/blob/master/HACKING.md).
 
-It is highly recommended that you join the `#feather` IRC channel on OFTC or `#feather:monero.social` on Matrix if you 
+It is highly recommended that you join the `#feather` IRC channel on [OFTC](https://www.oftc.net/) or [`#feather:monero.social`](https://matrix.to/#/#feather:monero.social) on Matrix if you 
 are hacking on Feather. Due to the nature of this open source software project, idling in this channel is the best 
 way to stay updated on best practices and new developments.

From 505c46fc0e1ef2f95759fba9884828ddf11a1c9f Mon Sep 17 00:00:00 2001
From: jermanuts <109705802+jermanuts@users.noreply.github.com>
Date: Fri, 23 Feb 2024 14:26:52 +0300
Subject: [PATCH 3/3] Update MAINTENANCE.md

---
 MAINTENANCE.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/MAINTENANCE.md b/MAINTENANCE.md
index 3a7f708..8f72a28 100644
--- a/MAINTENANCE.md
+++ b/MAINTENANCE.md
@@ -30,7 +30,7 @@ Security issues that affect Feather always warrant a new release as soon as poss
 - Ensure releases are reproducible and stay that way
 - Upload source archives to the fallback mirror
 
-To learn more about Feather's build system, see: `contrib/guix/README.md`
+To learn more about Feather's build system, see: [`contrib/guix/README.md`](https://github.com/feather-wallet/feather/blob/master/contrib/guix/README.md)
 
 [Bootstrappable builds](https://bootstrappable.org/) are a requirement for all release builds since version 2.2.2. 
 Our Guix time-machine is currently pinned at a commit which implements the 
@@ -120,4 +120,4 @@ For a non-exhaustive list of potentially new features, see: https://featherwalle
 Goals:
 
 - Upstream polyseed
-- Upstream bootstrappable builds using Guix as a replacement for the now deprecated Gitian build system
\ No newline at end of file
+- Upstream bootstrappable builds using Guix as a replacement for the now deprecated Gitian build system