diff --git a/app/views/api/index.html.erb b/app/views/api/index.html.erb
index 3e2e27d..a690c64 100644
--- a/app/views/api/index.html.erb
+++ b/app/views/api/index.html.erb
@@ -1,7 +1,7 @@
EndPoints
-<%= s_('api-playground|Try the %s') % link_to('API Playground', '/api/playground') %>
+ <%= s_('api-playground|Try the %s') % link_to('API Playground', {:controller => 'api', :action => 'playground'}) %>
<%= endpoints.map do |endpoint|
--
libgit2 0.21.2