From c9cd8f90de1e4a2d4cbe3df494ac034e9327b950 Mon Sep 17 00:00:00 2001
From: zzz <zzz@mail.i2p>
Date: Sun, 2 Feb 2014 15:50:15 +0000
Subject: [PATCH] add media link to doc index

---
 i2p2www/pages/site/docs/index.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/i2p2www/pages/site/docs/index.html b/i2p2www/pages/site/docs/index.html
index 537d60545..2901b17b5 100644
--- a/i2p2www/pages/site/docs/index.html
+++ b/i2p2www/pages/site/docs/index.html
@@ -30,6 +30,7 @@ If you find any inaccuracies in the documents linked below, please
 <li><a href="{{ site_url('comparison') }}">{{ _('Comparisons to other anonymous networks') }}</a></li>
 <li><a href="{{ site_url('docs/protocol') }}">{{ _('Protocol stack chart') }}</a></li>
 <li><a href="{{ site_url('papers') }}">{{ _('Papers on I2P') }}</a></li>
+<li><a href="{{ site_url('about/media') }}">{{ _('Presentations, articles, tutorials, videos, and interviews') }}</a></li>
 <li>{% trans pdf=url_for('static', filename='pdf/i2p_philosophy.pdf') %}<a href="{{ pdf }}">Invisible Internet Project (I2P) Project Overview</a> August 28, 2003 (pdf){% endtrans %}</li>
 </ul>
 
-- 
GitLab