You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ietf/templates/ipr/disclosure.html
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -25,15 +25,15 @@
25
25
<p/>
26
26
<hr>
27
27
<p>
28
-
<ahref="./ipr.cgi"><imgsrc="http://www.ietf.org/images/blue.gif" hspace="3" border="0">File a disclosure about your IPR related to a specific IETF contribution</a>
28
+
<ahref="{% url ietf.ipr.new.new "specific" %}"><imgsrc="http://www.ietf.org/images/blue.gif" hspace="3" border="0">File a disclosure about your IPR related to a specific IETF contribution</a>
29
29
</p>
30
-
<p><ahref="./ipr_generic.cgi"><imgsrc="http://www.ietf.org/images/blue.gif" hspace="3" border="0">File an IPR disclosure that is not related to a specific IETF contribution</a>
30
+
<p><ahref="{% url ietf.ipr.new.new "generic" %}"><imgsrc="http://www.ietf.org/images/blue.gif" hspace="3" border="0">File an IPR disclosure that is not related to a specific IETF contribution</a>
31
31
</p>
32
-
<p><ahref="./ipr_notify.cgi"><imgsrc="http://www.ietf.org/images/blue.gif" hspace="3" border="0">Notify the IETF of IPR other than your own</a>
32
+
<p><ahref="{% url ietf.ipr.new.new "third-party" %}"><imgsrc="http://www.ietf.org/images/blue.gif" hspace="3" border="0">Notify the IETF of IPR other than your own</a>
33
33
</p>
34
34
<p><ahref="{% url ietf.ipr.views.updatelist %}"><imgsrc="http://www.ietf.org/images/blue.gif" hspace="3" border="0">Update an existing IPR disclosure</a>
35
35
</p>
36
-
<p><ahref="./ipr_search.cgi"><imgsrc="http://www.ietf.org/images/blue.gif" hspace="3" border="0">Search the IPR disclosures</a>
36
+
<p><ahref="{% url ietf.ipr.search.search %}"><imgsrc="http://www.ietf.org/images/blue.gif" hspace="3" border="0">Search the IPR disclosures</a>
37
37
</p>
38
38
<p><ahref="{% url ietf.ipr.views.showlist %}"><imgsrc="http://www.ietf.org/images/blue.gif" hspace="3" border="0">List of IPR disclosures</a><p>
0 commit comments