Updated link to status notes on meetings index -> points to blog now

This commit is contained in:
str4d
2012-09-19 14:16:26 +00:00
parent 63133d532b
commit 68dce48466

View File

@@ -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 -%}