Update survey redirect

Change link to survey wrap-up
This commit is contained in:
Ben Halpern 2018-10-03 09:28:55 -04:00 committed by GitHub
parent ff877ec2aa
commit 1c664343d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"