diff --git a/app/views/softapplications/show.html.erb b/app/views/softapplications/show.html.erb
index 3832bc010..4bd6871a0 100644
--- a/app/views/softapplications/show.html.erb
+++ b/app/views/softapplications/show.html.erb
@@ -27,7 +27,7 @@
所属类别:<%= @softapplication.app_type_name %> |
<% contest = @softapplication.contests.first %>
- 所属竞赛:<%= contest ? link_to(contest.name, show_softapplication_contest_path(contest)) : '尚未加入竞赛'%> |
+ 所属竞赛:<%= contest ? link_to(contest.name, show_attendingcontest_contest_path(contest)) : '尚未加入竞赛'%> |
发布人员:<%= @softapplication.user.name %> |