frameit/lib/frameit/commands_generator.rb in fastlane-2.74.0.beta.20180107010004 vs frameit/lib/frameit/commands_generator.rb in fastlane-2.74.0.beta.20180108010004
- old
+ new
@@ -23,10 +23,10 @@
program :name, 'frameit'
program :version, Fastlane::VERSION
program :description, 'Quickly put your screenshots into the right device frames'
program :help, 'Author', 'Felix Krause <frameit@krausefx.com>'
program :help, 'Website', 'https://fastlane.tools'
- program :help, 'GitHub', 'https://github.com/fastlane/fastlane/tree/master/frameit#readme'
+ program :help, 'Documentation', 'https://docs.fastlane.tools/actions/frameit/'
program :help_formatter, :compact
global_option('--verbose') { FastlaneCore::Globals.verbose = true }
default_command :run