Skip to content

Commit

Permalink
Add Merch URL (#242)
Browse files Browse the repository at this point in the history
Add merchandise URL
  • Loading branch information
quintrino authored Aug 30, 2024
1 parent a3f64b8 commit 42ae347
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,12 @@

post '/slack/hook' => 'slack#hook'

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
# Off-site Redirection routes
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 '/merch', to: redirect('https://www.redbubble.com/people/ruby-au/explore'), as: :merch

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

0 comments on commit 42ae347

Please sign in to comment.