diff --git a/app/views/attendee_dashboards/show.html.erb b/app/views/attendee_dashboards/show.html.erb
index 6835a5797..8bfe49d86 100644
--- a/app/views/attendee_dashboards/show.html.erb
+++ b/app/views/attendee_dashboards/show.html.erb
@@ -84,7 +84,7 @@
<% if @profile.attend_offline? %>
当日の参加受付には参加証の印刷が必要となっております
- 参加証は <%= link_to 'こちら', entry_sheet_path %> から印刷してお持ちください
+ 参加証は <%= link_to 'こちら', profiles_entry_sheet_path %> から印刷してお持ちください
スマートフォンで受け付け用の二次元バーコードを表示する場合は <%= link_to 'こちら', profiles_view_qr_path %>
<% end %>
diff --git a/config/routes.rb b/config/routes.rb
index 9e3719623..28aaf0486 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -159,6 +159,7 @@
get 'profiles', to: 'profiles#edit'
get 'profiles/edit', to: 'profiles#edit'
get 'profiles/checkin', to: 'profiles#checkin'
+ get 'profiles/entry_sheet' => 'profiles#entry_sheet'
get 'profiles/view_qr' => 'profiles#view_qr'
get 'profiles/entry_sheet' => 'profiles#entry_sheet'
resources :public_profiles