Skip to content

Commit

Permalink
update routes.rb with youtube vanity URL (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
quintrino authored Sep 3, 2024
1 parent 42ae347 commit 14f4142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
get '/forum', to: redirect('https://forum.ruby.org.au'), as: :forum
get '/mailing-list', to: redirect('https://confirmsubscription.com/h/j/3DDD74A0ACC3DB22'), as: :roro_mailing_list
get '/slack', to: redirect('https://join.slack.com/t/rubyau/shared_invite/zt-1pewt4vi8-TtrM~UoIJmuH9Niy0Ela6w'), as: :slack
get '/videos', to: redirect('https://www.youtube.com/channel/UCr38SHAvOKMDyX3-8lhvJHA/videos'), as: :videos
get '/videos', to: redirect('https://www.youtube.com/@RubyAustralia'), as: :videos
get '/merch', to: redirect('https://www.redbubble.com/people/ruby-au/explore'), as: :merch

get "/events/rubyconf_au_2021" => "events#rubyconf_au_2021"
Expand Down

0 comments on commit 14f4142

Please sign in to comment.