forked from I2P_Developers/i2p.www
Fixed a url-building error on support/faq
This commit is contained in:
@@ -198,13 +198,13 @@ All routers adjust dynamically to changing network conditions and demands.
|
||||
If you are running release 0.6.1.31 or later, you probably don't need to do this.
|
||||
If you are running release 0.6.1.26 or earlier, either follow the
|
||||
<a href="#manual_reseed">manual reseed instructions</a> below
|
||||
or install the <a href="{{ url_for('downloads_list') }}">latest release</a>.
|
||||
or install the <a href="{{ url_for('downloads_list', lang=g.lang) }}">latest release</a>.
|
||||
Possible alternate method - add
|
||||
<tt>wrapper.java.additional.5=-Di2p.reseedURL=http://netdb.i2p2.de/</tt>
|
||||
to wrapper.config, shutdown the router completely, then start again, then click "reseed".
|
||||
Let us know if this works.
|
||||
</p>
|
||||
<p>...but you *really* should <a href="{{ url_for('downloads_list') }}">upgrade</a> to the latest version.</p>
|
||||
<p>...but you *really* should <a href="{{ url_for('downloads_list', lang=g.lang) }}">upgrade</a> to the latest version.</p>
|
||||
|
||||
<h3 id="peers">My router has very few active peers, is this OK?
|
||||
<span class="permalink">(<a href="#peers">link</a>)</span></h3>
|
||||
|
Reference in New Issue
Block a user