diff --git a/config/routes.rb b/config/routes.rb index 76d01e755..84f1b4081 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -194,7 +194,7 @@ Rails.application.routes.draw do get "/welcome" => "pages#welcome" get "/💸", to: redirect("t/hiring") get "/security", to: "pages#bounty" - get "/survey", to: redirect("https://dev.to/devteam/state-of-the-web-data---call-for-analysis-2o75") + get "/survey", to: redirect("https://dev.to/ben/final-thoughts-on-the-state-of-the-web-survey-44nn") get "/now" => "pages#now" get "/membership" => "pages#membership" get "/events" => "events#index"