From 08e0eb5bfe48e2270d34f328dd828b75efc2165d Mon Sep 17 00:00:00 2001 From: Colin Perkins Date: Wed, 6 Dec 2023 00:37:57 +0000 Subject: [PATCH] Fix broken links --- content/anrp/index.haml | 4 ++-- content/policies/index.haml | 2 +- lib/helper_irtf.rb | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content/anrp/index.haml b/content/anrp/index.haml index 4480060..888697d 100644 --- a/content/anrp/index.haml +++ b/content/anrp/index.haml @@ -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 @@ -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_.*" diff --git a/content/policies/index.haml b/content/policies/index.haml index 3bacad8..380358f 100644 --- a/content/policies/index.haml +++ b/content/policies/index.haml @@ -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 diff --git a/lib/helper_irtf.rb b/lib/helper_irtf.rb index ad63115..227fd8c 100644 --- a/lib/helper_irtf.rb +++ b/lib/helper_irtf.rb @@ -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