forked from I2P_Developers/i2p.www
Fixed links in middle column of front page
This commit is contained in:
@@ -22,28 +22,28 @@
|
||||
<h1>{{ _('Supported Software') }}</h1>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="supported_applications_email.html">Email</a> Integrated web mail interface, plugin for serverless email.
|
||||
<a href="{{ site_url('docs/applications/supported') }}#email">Email</a> Integrated web mail interface, plugin for serverless email.
|
||||
</li>
|
||||
<li>
|
||||
<a href="supported_applications_web_browsing.html">Web browsing</a> Anonymous websites, gateways to and from the public Internet.
|
||||
<a href="{{ site_url('docs/applications/supported') }}#web-browsing">Web browsing</a> Anonymous websites, gateways to and from the public Internet.
|
||||
</li>
|
||||
<li>
|
||||
<a href="supported_applications_blogging_and_forums.html">Blogging and forums</a> Blogging and Syndie plugins.
|
||||
<a href="{{ site_url('docs/applications/supported') }}#blogging-and-forums">Blogging and forums</a> Blogging and Syndie plugins.
|
||||
</li>
|
||||
<li>
|
||||
<a href="supported_applications_website_hosting.html">Website hosting</a> Integrated anonymous web server.
|
||||
<a href="{{ site_url('docs/applications/supported') }}#website-hosting">Website hosting</a> Integrated anonymous web server.
|
||||
</li>
|
||||
<li>
|
||||
<a href="supported_applications_real_time_chat.html">Real-time chat</a> Instant messaging and IRC clients.
|
||||
<a href="{{ site_url('docs/applications/supported') }}#real-time-chat">Real-time chat</a> Instant messaging and IRC clients.
|
||||
</li>
|
||||
<li>
|
||||
<a href="supported_applications_file_sharing.html">File sharing</a> ED2K and Gnutella clients, integrated BitTorrent client.
|
||||
<a href="{{ site_url('docs/applications/supported') }}#file-sharing">File sharing</a> ED2K and Gnutella clients, integrated BitTorrent client.
|
||||
</li>
|
||||
<li>
|
||||
<a href="supported_applications_decentralized_file_storage.html">Decentralized file storage</a> Tahoe-LAFS distributed filesystem plugin.
|
||||
<a href="{{ site_url('docs/applications/supported') }}#decentralized-file-storage">Decentralized file storage</a> Tahoe-LAFS distributed filesystem plugin.
|
||||
</li>
|
||||
<li>
|
||||
<a href="supported_applications.html"><em>More supported applications…</em></a>
|
||||
<a href="{{ site_url('docs/applications/supported') }}"><em>More supported applications…</em></a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user