From b7e0dabe61f58c8c7ed760f5f9915695c5bd9600 Mon Sep 17 00:00:00 2001
From: zzz <zzz@mail.i2p>
Date: Mon, 4 Aug 2014 15:49:46 +0000
Subject: [PATCH] fix manual wrapper URL

---
 installer/resources/i2prouter | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/installer/resources/i2prouter b/installer/resources/i2prouter
index 40181548a5..c06e3b761f 100644
--- a/installer/resources/i2prouter
+++ b/installer/resources/i2prouter
@@ -186,7 +186,7 @@ if [ -e /etc/gentoo-release ]; then
     fi
 fi
 
-WRAPPER_URL="http://www.i2p2.de/manualwrapper"
+WRAPPER_URL="https://geti2p.net/en/misc/manual-wrapper"
 unsupported() {
     echo "The most likely reason is that a supported version of the java"
     echo "wrapper is not available in the I2P installation package for your"
-- 
GitLab