fastlane/lib/assets/ActionDetails.md.erb in fastlane-2.87.0.beta.20180322050115 vs fastlane/lib/assets/ActionDetails.md.erb in fastlane-2.87.0.beta.20180323050014
- old
+ new
@@ -1,8 +1,8 @@
<!--
This file is auto-generated and will be re-generated every time the docs are updated.
-To modify it, go to its source at https://github.com/fastlane/fastlane/blob/master/fastlane/lib/assets/ActionDetails.md.erb
+To modify it, go to its source at https://github.com/fastlane/fastlane/blob/master/fastlane/lib/fastlane/actions/<%= @action_filename %>
-->
# <%= @action.action_name %>
<% action = @action %>
@@ -53,10 +53,10 @@
To show the documentation in your terminal, run
```no-highlight
fastlane action <%= action.action_name %>
```
-<a href="https://github.com/fastlane/fastlane/blob/master/fastlane/lib/fastlane/actions/<%= action.action_name %>.rb" target="_blank">View source code</a>
+<a href="https://github.com/fastlane/fastlane/blob/master/fastlane/lib/fastlane/actions/<%= @action_filename %>" target="_blank">View source code</a>
<hr />
<a href="/actions"><b>Back to actions</b></a>