Skip to content

Commit 7991dad

Browse files
authored
feat: Add links to tools, so people know where to file issues. (ietf-tools#4851)
* feat: Add links to tools, so people know where to file issues. * Remove spurious character
1 parent 44c38ab commit 7991dad

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

ietf/templates/doc/document_html.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,15 +150,15 @@
150150
</p>
151151
{% if request.COOKIES.htmlconf != 'html' and html %}
152152
<div class="alert alert-info small">
153-
You are viewing the legacy <code>rfc2html</code>
153+
You are viewing the legacy <code><a class="text-decoration-none text-reset" href="https://github.com/ietf-tools/rfc2html">rfc2html</a></code>
154154
rendering of this document. Change the
155-
preferences for a modern <code>xml2rfc</code>-based
155+
preferences for a modern <code><a class="text-decoration-none text-reset" href="https://github.com/ietf-tools/xml2rfc">xml2rfc</a></code>-based
156156
HTMLization.
157157
</div>
158158
{% elif request.COOKIES.htmlconf == 'html' and not html %}
159159
<div class="alert alert-info small">
160-
You are viewing the legacy <code>rfc2html</code>
161-
rendering, because no <code>xml2rfc</code>-generated
160+
You are viewing the legacy <code><a class="text-decoration-none text-reset" href="https://github.com/ietf-tools/rfc2html">rfc2html</a></code>
161+
rendering, because no <code><a class="text-decoration-none text-reset" href="https://github.com/ietf-tools/xml2rfc">xml2rfc</a></code>-generated
162162
HTML is available for this document.
163163
</div>
164164
{% endif %}

0 commit comments

Comments
 (0)