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

Skip to content
Snippets Groups Projects
Commit 925a0f9f authored by str4d's avatar str4d
Browse files

Moved ticket1056 page

parent 8774938f
No related branches found
No related tags found
No related merge requests found
...@@ -106,6 +106,7 @@ LEGACY_PAGES_MAP={ ...@@ -106,6 +106,7 @@ LEGACY_PAGES_MAP={
'supported_applications': 'docs/applications/supported', 'supported_applications': 'docs/applications/supported',
'team': 'about/team', 'team': 'about/team',
'techintro': 'docs/how/tech-intro', 'techintro': 'docs/how/tech-intro',
'ticket1056': 'misc/ticket1056',
'ticket919': 'misc/ticket919', 'ticket919': 'misc/ticket919',
'todo': 'get-involved/todo', 'todo': 'get-involved/todo',
'transition-guide': 'misc/transition-guide', 'transition-guide': 'misc/transition-guide',
......
{% extends "_layout.html" %} {% extends "global/layout.html" %}
{% block title %}Ticket 919/920 fix{% endblock %} {% block title %}Ticket 1056 fix{% endblock %}
{% block content %} {% block content %}
<p>The issue described on this page only affects some Windows systems upgrading from an earlier version to 0.9.8. <p>The issue described on this page only affects some Windows systems upgrading from an earlier version to 0.9.8.
Other operating systems are not affected. Other operating systems are not affected.
</p> </p>
<p>This issue has been corrected as of the <a href="http://mirror.i2p2.de/i2pinstall_0.9.8.1_windows.exe">0.9.8.1 release</a>.</p> <p>This issue has been corrected as of the <a href="{{ get_url('downloads_select', version='0.9.8.1', file='i2pinstall_0.9.8.1_windows.exe') }}">0.9.8.1 release</a>.</p>
There are two possible ways to resolve this problem. There are two possible ways to resolve this problem.
...@@ -20,5 +20,5 @@ There are two possible ways to resolve this problem. ...@@ -20,5 +20,5 @@ There are two possible ways to resolve this problem.
<h2>Option 2</h2> <h2>Option 2</h2>
Upgrade your I2P installation to to <a href="download#update">0.9.8.1</a> by following the instructions <a href="download#update">here</a>. Upgrade your I2P installation to to <a href="{{ get_url('downloads_list') }}#update">0.9.8.1</a> by following the instructions <a href="{{ get_url('downloads_list') }}#update">here</a>.
{% endblock %} {% endblock %}
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