cert/lib/cert/commands_generator.rb in fastlane-2.74.0.beta.20180107010004 vs cert/lib/cert/commands_generator.rb in fastlane-2.74.0.beta.20180108010004
- old
+ new
@@ -20,10 +20,10 @@
program :name, 'cert'
program :version, Fastlane::VERSION
program :description, 'CLI for \'cert\' - Create new iOS code signing certificates'
program :help, 'Author', 'Felix Krause <cert@krausefx.com>'
program :help, 'Website', 'https://fastlane.tools'
- program :help, 'GitHub', 'https://github.com/fastlane/fastlane/tree/master/cert#readme'
+ program :help, 'Documentation', 'https://docs.fastlane.tools/actions/cert/'
program :help_formatter, :compact
global_option('--verbose') { FastlaneCore::Globals.verbose = true }
command :create do |c|