We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1c79a0 commit 8527944Copy full SHA for 8527944
1 file changed
ietf/templates/base/menu.html
@@ -140,7 +140,8 @@
140
</ul>
141
</li>
142
<li><a href="/group/edu/materials/">Tutorials</a></li>
143
- <li><a href="{% url 'ietf.release.views.release' %}">Datatracker releases</a></li>
+ <li><a href="/api/">API Help</a></li>
144
+ <li><a href="{% url 'ietf.release.views.release' %}">Release notes</a></li>
145
{% if flavor == "top" %}<li class="divider hidden-xs"></li>{% endif %}
146
<li><a href="https://tools.ietf.org/tools/ietfdb/newticket"><span class="fa fa-bug"></span> Report a bug</a></li>
147
{% if flavor == "top" %}</ul>{% endif %}
0 commit comments