diff --git a/i2p2www/pages/meetings/index.html b/i2p2www/pages/meetings/index.html index c475889e55e719d231c8efada716fe399e6e10b4..c8e90820d19198d526c399240fef76f8d0434392 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 -%}