From 209d0732047cbb55c1535d2647585ad100242281 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Sat, 21 Nov 2020 05:36:10 -0500 Subject: [PATCH] Update link to gitea --- src/bitcoind.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bitcoind.cpp b/src/bitcoind.cpp index 0fcf8c14c..f2e0b2d18 100644 --- a/src/bitcoind.cpp +++ b/src/bitcoind.cpp @@ -199,7 +199,7 @@ bool AppInit(int argc, char* argv[]) GetConfigFile().string().c_str(), "contrib/debian/examples/HUSH3.conf", "/usr/share/doc/hush/examples/HUSH3.conf", - "https://github.com/MyHush/hush3/blob/master/contrib/debian/examples/HUSH3.conf"); + "https://git.hush.is/hush/hush3/src/branch/master/contrib/debian/examples/HUSH3.conf"); return false; } catch (const std::exception& e) { fprintf(stderr,"Error reading configuration file: %s\n", e.what());