Skip to content

Commit da2b619

Browse files
committed
Link internally with {% url %} instead of hardcoded pointer
to datatracker. - Legacy-Id: 703
1 parent c8b06bc commit da2b619

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

ietf/templates/ipr/list.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ <H1><center>IETF Page of Intellectual Property Rights Disclosures.</H1></center>
1313
pertain to the implementation or use of the technology described in any IETF documents or the extent to
1414
which any license under such rights might or might not be available; nor does it represent that it has made any independent effort to identify any such rights.
1515
<p><p><p>
16-
<a href="https://datatracker.ietf.org/public/ipr_disclosure.cgi">Click here to submit an IPR disclosure</a>
16+
<a href="{% url ietf.ipr.views.default %}">Click here to submit an IPR disclosure</a>
1717

1818
<hr><p>
19-
<P><img src="http://www.ietf.org/images/blue.gif" hspace="3" border="0"><a href="http://datatracker.ietf.org/public/ipr_search.cgi">Search the IPR Disclosures</a><p>
19+
<P><img src="http://www.ietf.org/images/blue.gif" hspace="3" border="0"><a href="{% url ietf.ipr.search.search %}">Search the IPR Disclosures</a><p>
2020
<P><img src="http://www.ietf.org/images/blue.gif" hspace="3" border="0"><a href="#generic">Generic IPR Disclosures</a><p>
2121
<P><img src="http://www.ietf.org/images/blue.gif" hspace="3" border="0"><a href="#specific">Specific IPR Disclosures</a><p>
2222
<P><img src="http://www.ietf.org/images/blue.gif" hspace="3" border="0"><a href="#notify">Specific Third Party IPR Disclosures</a><p>

ietf/templates/ipr/update_list.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
{% block content %}
44

55
<h1><center>IPR Disclosure Update Page</H1></center>
6-
<a href="https://datatracker.ietf.org/public/ipr_disclosure.cgi">Click here to submit an IPR disclosure</a>
6+
<a href="{% url ietf.ipr.views.default %}">Click here to submit an IPR disclosure</a>
77

88
<hr><p>
9-
<P><a href="http://datatracker.ietf.org/public/ipr_search.cgi"><img src="http://www.ietf.org/images/blue.gif" hspace="3" border="0">Search the IPR Disclosures</a><p>
9+
<P><a href="{% url ietf.ipr.search.search %}"><img src="http://www.ietf.org/images/blue.gif" hspace="3" border="0">Search the IPR Disclosures</a><p>
1010
<P><a href="#generic"><img src="http://www.ietf.org/images/blue.gif" hspace="3" border="0">Generic IPR Disclosures</a><p>
1111

1212
<P><a href="#specific"><img src="http://www.ietf.org/images/blue.gif" hspace="3" border="0">Specific IPR Disclosures</a><p>

0 commit comments

Comments
 (0)