From b1caa8d5a365d653e986b3fc3c6c2756a7b8914a Mon Sep 17 00:00:00 2001
From: kytv <kytv@mail.i2p>
Date: Tue, 15 Jul 2014 23:46:08 +0000
Subject: [PATCH] fix URL in initialNews: It's i2p-projekt not i2p-project
 (thanks to SeekingFor for the heads-up)

---
 installer/resources/initialNews/initialNews.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/installer/resources/initialNews/initialNews.xml b/installer/resources/initialNews/initialNews.xml
index a91ae226e2..0432286e07 100644
--- a/installer/resources/initialNews/initialNews.xml
+++ b/installer/resources/initialNews/initialNews.xml
@@ -14,7 +14,7 @@ _("Do not use SOCKS for this.")
 _("More information can be found on the {0}I2P browser proxy setup page{1}.", "<a href=\"https://geti2p.net/about/browser-config\">", "</a>")
 </p>
 <p>
-_("Once you have a \"shared clients\" destination listed on the left, please {0}check out{1} our {2}FAQ{3}.", "<b>", "</b>", "<a href=\"http://i2p-project.i2p/faq\">", "</a>")
+_("Once you have a \"shared clients\" destination listed on the left, please {0}check out{1} our {2}FAQ{3}.", "<b>", "</b>", "<a href=\"http://i2p-projekt.i2p/faq\">", "</a>")
 </p>
 <p>
 _("Point your IRC client to {0}localhost:6668{1} and say hi to us on {2}#i2p{3}.", "<b>", "</b>", "<a href=\"irc://127.0.0.1:6668/i2p\">", "</a>")
-- 
GitLab