fastlane/lib/fastlane/actions/create_app_online.rb in fastlane-2.74.0.beta.20180107010004 vs fastlane/lib/fastlane/actions/create_app_online.rb in fastlane-2.74.0.beta.20180108010004
- old
+ new
@@ -27,11 +27,11 @@
def details
[
'Create new apps on iTunes Connect and Apple Developer Portal via _produce_.',
'If the app already exists, `create_app_online` will not do anything.',
- 'For more information about produce, visit its GitHub page:',
- 'https://github.com/fastlane/fastlane/tree/master/produce'
+ 'For more information about produce, visit its documentation page:',
+ 'https://docs.fastlane.tools/actions/produce/'
].join(' ')
end
def self.available_options
require 'produce'