Make the 'Field help' link point to the local site, not datatracker.ietf.org explicitly.

- Legacy-Id: 3335
This commit is contained in:
Henrik Levkowetz 2011-08-18 22:06:27 +00:00
parent c41c6b1812
commit cbe73e20ab

View file

@ -22,7 +22,7 @@ Your browser has Javascript disabled. Please enable javascript and reload the pa
{% if not liaison %}
<ul>
<li>If you wish to submit your liaison statement by e-mail, then please send it to <a href="mailto:statements@ietf.org">statements@ietf.org</a></li>
<li>Fields marked with <span class="fieldRequired">*</span> are required. For detailed descriptions of the fields see <a href="https://datatracker.ietf.org/liaison/help/fields/">Field help</a></li>
<li>Fields marked with <span class="fieldRequired">*</span> are required. For detailed descriptions of the fields see <a href="/liaison/help/fields/">Field help</a></li>
</ul>
{% endif %}