From 68dce484667cd6e6cc5982910c682884de852f2b Mon Sep 17 00:00:00 2001
From: str4d <str4d@mail.i2p>
Date: Wed, 19 Sep 2012 14:16:26 +0000
Subject: [PATCH] Updated link to status notes on meetings index -> points to
 blog now

---
 i2p2www/pages/meetings/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/i2p2www/pages/meetings/index.html b/i2p2www/pages/meetings/index.html
index c475889e5..c8e90820d 100644
--- a/i2p2www/pages/meetings/index.html
+++ b/i2p2www/pages/meetings/index.html
@@ -4,7 +4,7 @@
 <h1>Logs of past I2P meetings</h1>
 <p>Regularly scheduled meetings are not being held at this time.
 If you have something to discuss, please find the developers on IRC in #i2p-dev.
-<a href="statusnotes.html">Status updates</a> from developers are also available.
+<a href="{{ url_for('blog_index', lang=g.lang) }}">Status updates</a> from developers are also available.
 </p><div class="underline"></div>
 <ul class="infolist">
 {%- macro meeting_url(m_id) -%}{{ url_for('meetings_show', lang=g.lang, id=m_id) }}{%- endmacro -%}
-- 
GitLab