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 08e0eb5 commit 141ff89
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion content/anrw/2023/attend.haml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ other: false
IETF-117 for the full week, on a day pass for the day of the workshop,
or as a full-time student. The IETF registration fee is $150 for
full-time students, which covers attendance at all IETF working groups,
%a{ :href => "/groups"}
%a{ :href => "/groups.html"}
IRTF research groups,
tutorials, and other sessions for the entire week, including the ANRW,
so students are encouraged to attend for the entire week.
Expand Down
2 changes: 1 addition & 1 deletion content/anrw/2023/travelgrants.haml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ other: false
%em currently
enrolled in Bachelor, Masters or PhD programs at any university. In
addition,
%a{ :href => "/travelgrants"} IRTF Diversity Travel Grants
%a{ :href => "/travelgrants.html"} IRTF Diversity Travel Grants
are also available to support attendance at the IETF-117 meeting,
including the ANRW.

Expand Down
4 changes: 2 additions & 2 deletions lib/filter_url.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class URLFilter < Nanoc::Filter
"Sadjad Fouladi" => "https://sadjad.org",
"Nick Feamster" => "https://people.cs.uchicago.edu/~feamster/",
"Simone Ferlin" => "https://ferlin.io",
"Georgia Fragkouli" => "https://people.epfl.ch/georgia.fragkouli?lang=en",
"Georgia Fragkouli" => "https://georgia-fragkouli.github.io",
"Michio Honda" => "https://micchie.net",
"Oliver Gasser" => "https://olivergasser.net",
"Phillipa Gill" => "https://people.cs.umass.edu/~phillipa/",
Expand Down Expand Up @@ -115,7 +115,7 @@ class URLFilter < Nanoc::Filter
"BitTorrent" => "https://en.wikipedia.org/wiki/BitTorrent",
"Boston University" => "https://www.bu.edu",
"Brown University" => "https://www.brown.edu/",
"BT" => "http://www.btplc.com/innovation/",
"BT" => "http://www.btplc.com/",
"CAIDA" => "https://www.caida.org/",
"Carnegie Mellon University" => "https://www.cmu.edu",
"Cisco" => "https://cisco.com/",
Expand Down
2 changes: 1 addition & 1 deletion lib/helper_irtf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ def contacts

# SAMRG
buford = Person.new("John", "Buford", "[email protected]", "https://samrg.org/buford/index.html", nil)
schmidt = Person.new("Thomas", "Schmidt", "[email protected]", "https://users.informatik.haw-hamburg.de/~schmidt/", nil)
schmidt = Person.new("Thomas", "Schmidt", "[email protected]", "http://inet.haw-hamburg.de/members/schmidt", nil)
samrg = RG.new(
"samrg",
"Scalable Adaptive Multicast",
Expand Down

0 comments on commit 141ff89

Please sign in to comment.