Skip to content

Commit

Permalink
Fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
csperkins committed Dec 6, 2023
1 parent ae2d0bb commit 08e0eb5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions content/anrp/index.haml
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ title: Applied Networking Research Prize
their work at the IETF meetings in the award year;
%li
a statement that the nominee accepts that the IRTF
%a{ :href => "/policies/ipr"} Intellectual Property Rights disclosure rules
%a{ :href => "/policies/ipr.html"} Intellectual Property Rights disclosure rules
will apply to their award talk at the IRTF open meeting;
%li
a brief biography for the nominee; and
Expand All @@ -266,7 +266,7 @@ title: Applied Networking Research Prize
invited talks about those papers given at the IRTF Open Meeting
%em are
considered to be contributions and
%a{ :href => "/policies/ipr"} the IRTF Intellectual Property Rights disclosure rules
%a{ :href => "/policies/ipr.html"} the IRTF Intellectual Property Rights disclosure rules
apply.

= render "/anrpdates_.*"
Expand Down
2 changes: 1 addition & 1 deletion content/policies/index.haml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ title: Policies and Procedures
%br
The IRTF follows the IETF Intellectual Property Rights (IPR) disclosure
rules. See also Section 3.2 of RFC5743, and the webpage about
%a{ :href => "ipr" } IRTF IPR policy.
%a{ :href => "/policies/ipr.html" } IRTF IPR policy.

%dt.col-sm-2
RFC8729
Expand Down
2 changes: 1 addition & 1 deletion lib/helper_irtf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def <=>(other)
end

def url(loc = "")
link_to(acronym, loc + acronym.downcase, :title => name)
link_to(acronym, loc + acronym.downcase + ".html", :title => name)
end

def contacts
Expand Down

0 comments on commit 08e0eb5

Please sign in to comment.