sigh/lib/sigh/commands_generator.rb in fastlane-2.74.0.beta.20180107010004 vs sigh/lib/sigh/commands_generator.rb in fastlane-2.74.0.beta.20180108010004
- old
+ new
@@ -20,10 +20,10 @@
program :name, 'sigh'
program :version, Fastlane::VERSION
program :description, 'CLI for \'sigh\' - Because you would rather spend your time building stuff than fighting provisioning'
program :help, 'Author', 'Felix Krause <sigh@krausefx.com>'
program :help, 'Website', 'https://fastlane.tools'
- program :help, 'GitHub', 'https://github.com/fastlane/fastlane/tree/master/sigh#readme'
+ program :help, 'Documentation', 'https://docs.fastlane.tools/actions/sigh/'
program :help_formatter, :compact
global_option('--verbose') { FastlaneCore::Globals.verbose = true }
command :renew do |c|