From 1c664343d406163f8ba798d980a012228f84a77f Mon Sep 17 00:00:00 2001 From: Ben Halpern Date: Wed, 3 Oct 2018 09:28:55 -0400 Subject: [PATCH] Update survey redirect Change link to survey wrap-up --- config/routes.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"