I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Verified Commit 3d362814 authored by zzz's avatar zzz
Browse files

Console: Update bug report URLs

parent 2cce2ce8
No related branches found
No related tags found
No related merge requests found
...@@ -180,8 +180,8 @@ public class ErrorServlet extends HttpServlet { ...@@ -180,8 +180,8 @@ public class ErrorServlet extends HttpServlet {
out.println("<hr>"); out.println("<hr>");
out.println("<p>"); out.println("<p>");
out.println(_t("Please report bugs on {0} or {1}.", out.println(_t("Please report bugs on {0} or {1}.",
"<a href=\"http://trac.i2p2.i2p/newticket\">trac.i2p2.i2p</a>", "<a href=\"http://git.idk.i2p/i2p-hackers/i2p.i2p/-/issues/new\">git.idk.i2p</a>",
"<a href=\"https://trac.i2p2.de/newticket\">trac.i2p2.de</a>")); "<a href=\"https://i2pgit.org/i2p-hackers/i2p.i2p/-/issues/new\">i2pgit.org</a>"));
out.println("<p>"); out.println("<p>");
out.println(_t("Please include this information in bug reports") + ':'); out.println(_t("Please include this information in bug reports") + ':');
out.print("</p></div><div class=\"sorry\" id=\"warning2\"><h3>"); out.print("</p></div><div class=\"sorry\" id=\"warning2\"><h3>");
......
...@@ -104,7 +104,7 @@ public class HomeHelper extends HelperBase { ...@@ -104,7 +104,7 @@ public class HomeHelper extends HelperBase {
_x("Graphs") + S + _x("Visualize information about the router") + S + "/graphs" + S + I + "chart_line.png" + S + _x("Graphs") + S + _x("Visualize information about the router") + S + "/graphs" + S + I + "chart_line.png" + S +
_x("I2P Technical Docs") + S + _x("Technical documentation") + S + "http://i2p-projekt.i2p/how" + S + I + "education.png" + S + _x("I2P Technical Docs") + S + _x("Technical documentation") + S + "http://i2p-projekt.i2p/how" + S + I + "education.png" + S +
_x("Trac Wiki") + S + S + "http://trac.i2p2.i2p/" + S + I + "trac_wiki.png" + S + _x("Trac Wiki") + S + S + "http://trac.i2p2.i2p/" + S + I + "trac_wiki.png" + S +
_x("I2P Bug Reports") + S + _x("Bug tracker") + S + "http://trac.i2p2.i2p/report/1" + S + I + "bug.png" + S + _x("I2P Bug Reports") + S + _x("Bug tracker") + S + "http://git.idk.i2p/i2p-hackers/i2p.i2p/-/issues" + S + I + "bug.png" + S +
"stats.i2p" + S + _x("I2P Network Statistics") + S + "http://stats.i2p/cgi-bin/dashboard.cgi" + S + I + "chart_bar.png" + S + "stats.i2p" + S + _x("I2P Network Statistics") + S + "http://stats.i2p/cgi-bin/dashboard.cgi" + S + I + "chart_bar.png" + S +
""; "";
......
...@@ -39,8 +39,8 @@ ...@@ -39,8 +39,8 @@
<p> <p>
<% /* note to translators - both parameters are URLs */ <% /* note to translators - both parameters are URLs */
%><%=intl._t("Please report bugs on {0} or {1}.", %><%=intl._t("Please report bugs on {0} or {1}.",
"<a href=\"http://trac.i2p2.i2p/newticket\">trac.i2p2.i2p</a>", "<a href=\"http://git.idk.i2p/i2p-hackers/i2p.i2p/-/issues/new\">git.idk.i2p</a>",
"<a href=\"https://trac.i2p2.de/newticket\">trac.i2p2.de</a>")%> "<a href=\"https://i2pgit.org/i2p-hackers/i2p.i2p/-/issues/new\">i2pgit.org</a>")%>
<p><%=intl._t("Please include this information in bug reports")%>: <p><%=intl._t("Please include this information in bug reports")%>:
</p></div><div class="sorry" id="warning2"> </p></div><div class="sorry" id="warning2">
<h3><%=intl._t("Error Details")%></h3> <h3><%=intl._t("Error Details")%></h3>
......
...@@ -16,8 +16,8 @@ ...@@ -16,8 +16,8 @@
<%=intl._t("Note that system information, log timestamps, and log messages may provide clues to your location; please review everything you include in a bug report.")%> <%=intl._t("Note that system information, log timestamps, and log messages may provide clues to your location; please review everything you include in a bug report.")%>
<% /* note to translators - both parameters are URLs */ <% /* note to translators - both parameters are URLs */
%><%=intl._t("Please report bugs on {0} or {1}.", %><%=intl._t("Please report bugs on {0} or {1}.",
"<a href=\"http://trac.i2p2.i2p/\">trac.i2p2.i2p</a>", "<a href=\"http://git.idk.i2p/i2p-hackers/i2p.i2p/-/issues/new\">git.idk.i2p</a>",
"<a href=\"https://trac.i2p2.de/\">trac.i2p2.de</a>")%> "<a href=\"https://i2pgit.org/i2p-hackers/i2p.i2p/-/issues/new\">i2pgit.org</a>")%>
</td></tr> </td></tr>
</tbody></table> </tbody></table>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment