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

Skip to content
Snippets Groups Projects
Commit 046ebd9b authored by str4d's avatar str4d
Browse files

Updated numerous links in documentation index

parent 5575cc29
No related branches found
No related tags found
No related merge requests found
...@@ -36,8 +36,8 @@ If you find any inaccuracies in the documents linked below, please ...@@ -36,8 +36,8 @@ If you find any inaccuracies in the documents linked below, please
<li><a href="plugins.html">Plugins Overview</a></li> <li><a href="plugins.html">Plugins Overview</a></li>
<li><a href="plugin_spec.html">Plugin Specification</a></li> <li><a href="plugin_spec.html">Plugin Specification</a></li>
<li><a href="updates.html">Router software updates</a></li> <li><a href="updates.html">Router software updates</a></li>
<li><a href="bittorrent.html">Bittorrent over I2P</a></li> <li><a href="{{ site_url('docs/applications/bittorrent') }}">Bittorrent over I2P</a></li>
<li><a href="i2pcontrol.html">I2PControl Plugin API</a></li> <li><a href="{{ site_url('docs/api/i2pcontrol') }}">I2PControl Plugin API</a></li>
<li><a href="blockfile.html">hostsdb.blockfile Format</a></li> <li><a href="blockfile.html">hostsdb.blockfile Format</a></li>
<li><a href="configuration.html">Configuration File Format</a></li> <li><a href="configuration.html">Configuration File Format</a></li>
</ul> </ul>
...@@ -45,11 +45,11 @@ If you find any inaccuracies in the documents linked below, please ...@@ -45,11 +45,11 @@ If you find any inaccuracies in the documents linked below, please
<h3>Application Layer API and Protocols</h3> <h3>Application Layer API and Protocols</h3>
High-level, easy-to-use APIs for applications written in any language to send and receive data. High-level, easy-to-use APIs for applications written in any language to send and receive data.
<ul><li> <ul><li>
<a href="applications.html">Application Development Overview and Guide</a> <a href="{{ site_url('develop/applications') }}">Application Development Overview and Guide</a>
</li><li> </li><li>
<a href="i2ptunnel.html">I2PTunnel</a> <a href="{{ site_url('docs/api/i2ptunnel') }}">I2PTunnel</a>
</li><li> </li><li>
<a href="socks.html">SOCKS Proxy</a> <a href="{{ site_url('docs/api/socks') }}">SOCKS Proxy</a>
</li><li> </li><li>
HTTP Proxy HTTP Proxy
</li><li> </li><li>
...@@ -75,7 +75,7 @@ HTTP Bidir Proxy ...@@ -75,7 +75,7 @@ HTTP Bidir Proxy
<h3>End-to-End Transport API and Protocols</h3> <h3>End-to-End Transport API and Protocols</h3>
The end-to-end protocols used by clients for reliable and unreliable communication. The end-to-end protocols used by clients for reliable and unreliable communication.
<ul><li> <ul><li>
<a href="streaming.html">Streaming Library</a> <a href="{{ site_url('docs/api/streaming') }}">Streaming Library</a>
</li><li> </li><li>
<a href="http://docs.i2p-projekt.de/javadoc/net/i2p/client/streaming/package-summary.html">Streaming Javadoc</a> <a href="http://docs.i2p-projekt.de/javadoc/net/i2p/client/streaming/package-summary.html">Streaming Javadoc</a>
</li><li> </li><li>
...@@ -179,13 +179,13 @@ Time synchronization and NTP ...@@ -179,13 +179,13 @@ Time synchronization and NTP
<h3>Developer's Guides and Resources</h3> <h3>Developer's Guides and Resources</h3>
<ul><li> <ul><li>
<a href="newdevelopers.html">New Developer's Guide</a> <a href="{{ site_url('volunteer/guides/newdevelopers') }}">New Developer's Guide</a>
</li><li> </li><li>
<a href="newtranslators.html">New Translator's Guide</a> <a href="{{ site_url('volunteer/guides/newtranslators') }}">New Translator's Guide</a>
</li><li> </li><li>
<a href="monotone.html">Monotone Guide</a> <a href="monotone.html">Monotone Guide</a>
</li><li> </li><li>
<a href="dev-guidelines.html">Developer Guidelines</a> <a href="{{ site_url('volunteer/guides/devguidelines') }}">Developer Guidelines</a>
</li><li> </li><li>
<a href="http://docs.i2p-projekt.de/javadoc/">Javadocs</a> (standard internet) <a href="http://docs.i2p-projekt.de/javadoc/">Javadocs</a> (standard internet)
Note: always verify that javadocs are current by checking the release number. Note: always verify that javadocs are current by checking the release number.
...@@ -221,9 +221,9 @@ Note: always verify that javadocs are current by checking the release number. ...@@ -221,9 +221,9 @@ Note: always verify that javadocs are current by checking the release number.
</li><li> </li><li>
<a href="http://trac.i2p2.de/09roadmap">0.9 roadmap wiki</a> (not current) <a href="http://trac.i2p2.de/09roadmap">0.9 roadmap wiki</a> (not current)
</li><li> </li><li>
<a href="roadmap.html">Old roadmap</a> (not current) <a href="{{ site_url('volunteer/roadmap') }}">Old roadmap</a> (not current)
</li><li> </li><li>
<a href="todo.html">To Do List</a> (not current) <a href="{{ site_url('volunteer/guides/todo') }}">To Do List</a> (not current)
</li></ul> </li></ul>
......
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