diff --git a/app/views/locations/edit.html.erb b/app/views/locations/edit.html.erb index f4b74caf3..6e14503ed 100644 --- a/app/views/locations/edit.html.erb +++ b/app/views/locations/edit.html.erb @@ -3,7 +3,7 @@ <% content_for :before_content do %> <%= govuk_back_link( text: "Back", - href: "/schemes/#{@scheme.id}/support", + href: scheme_check_answers_path(@scheme, anchor: "locations"), ) %> <% end %>