fastlane/lib/fastlane/actions/lane_context.rb in fastlane-2.94.0.beta.20180425050017 vs fastlane/lib/fastlane/actions/lane_context.rb in fastlane-2.94.0.beta.20180426050049

- old
+ new

@@ -13,11 +13,11 @@ "Access lane context values" end def self.details [ - "Access the fastlane lane context values", - "More information about how the lane context works: https://docs.fastlane.tools/advanced/#lane-context" + "Access the fastlane lane context values.", + "More information about how the lane context works: [https://docs.fastlane.tools/advanced/#lane-context](https://docs.fastlane.tools/advanced/#lane-context)." ].join("\n") end def self.available_options []