From b484ae2a4953deaab88ef15b916a86718157eff0 Mon Sep 17 00:00:00 2001 From: Jason Rhinelander Date: Thu, 7 Sep 2023 20:16:20 -0300 Subject: [PATCH] Fix KeeJef gpg pubkey link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c938cad6..bd81c16b9 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Build instructions can be found in [Contributing.md](CONTRIBUTING.md). Get Kee's key and import it: ``` -wget https://raw.githubusercontent.com/oxen-io/oxen-core/master/utils/gpg_keys/KeeJef.asc +wget https://raw.githubusercontent.com/oxen-io/oxen-core/dev/utils/gpg_keys/KeeJef.asc gpg --import KeeJef.asc ```