From 055f325725ac58d006ba46f0d85c6bb74e98adbc Mon Sep 17 00:00:00 2001 From: Rishabh Tayal Date: Sun, 7 Jan 2018 15:14:16 -0600 Subject: [PATCH] Fixed documentation links (#11327) --- cert/lib/cert/commands_generator.rb | 2 +- deliver/lib/deliver/commands_generator.rb | 2 +- fastlane/lib/fastlane/actions/create_app_online.rb | 4 ++-- fastlane/lib/fastlane/actions/frame_screenshots.rb | 2 +- fastlane/lib/fastlane/actions/get_certificates.rb | 2 +- fastlane/lib/fastlane/actions/get_provisioning_profile.rb | 2 +- .../lib/fastlane/actions/google_play_track_version_codes.rb | 2 +- fastlane/lib/fastlane/actions/ipa.rb | 2 +- fastlane/lib/fastlane/actions/modify_services.rb | 2 +- fastlane/lib/fastlane/actions/run_tests.rb | 2 +- fastlane/lib/fastlane/actions/sync_code_signing.rb | 2 +- fastlane/lib/fastlane/actions/upload_to_play_store.rb | 2 +- fastlane/lib/fastlane/actions/upload_to_testflight.rb | 2 +- fastlane/lib/fastlane/actions/xcodebuild.rb | 4 ++-- fastlane/lib/fastlane/actions/xctool.rb | 2 +- frameit/lib/frameit/commands_generator.rb | 2 +- gym/lib/gym/commands_generator.rb | 2 +- gym/lib/gym/error_handler.rb | 6 +++--- match/lib/match/commands_generator.rb | 2 +- match/lib/match/generator.rb | 2 +- match/lib/match/setup.rb | 2 +- match/lib/match/spaceship_ensure.rb | 6 +++--- pem/lib/pem/commands_generator.rb | 2 +- pilot/lib/pilot/commands_generator.rb | 2 +- precheck/lib/precheck/commands_generator.rb | 2 +- produce/lib/produce/commands_generator.rb | 2 +- scan/lib/scan/commands_generator.rb | 2 +- screengrab/lib/screengrab/commands_generator.rb | 2 +- sigh/lib/sigh/commands_generator.rb | 2 +- snapshot/lib/assets/SnapshotHelper.swift | 2 +- snapshot/lib/assets/SnapshotHelperXcode8.swift | 2 +- snapshot/lib/snapshot/commands_generator.rb | 2 +- snapshot/lib/snapshot/runner.rb | 2 +- snapshot/lib/snapshot/setup.rb | 2 +- supply/lib/supply/commands_generator.rb | 2 +- 35 files changed, 41 insertions(+), 41 deletions(-) diff --git a/cert/lib/cert/commands_generator.rb b/cert/lib/cert/commands_generator.rb index cbe0983d6e4..5a733b4885c 100644 --- a/cert/lib/cert/commands_generator.rb +++ b/cert/lib/cert/commands_generator.rb @@ -22,7 +22,7 @@ def run program :description, 'CLI for \'cert\' - Create new iOS code signing certificates' program :help, 'Author', 'Felix Krause ' 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 } diff --git a/deliver/lib/deliver/commands_generator.rb b/deliver/lib/deliver/commands_generator.rb index a4eebf67a65..211ff75a379 100644 --- a/deliver/lib/deliver/commands_generator.rb +++ b/deliver/lib/deliver/commands_generator.rb @@ -46,7 +46,7 @@ def run program :description, Deliver::DESCRIPTION program :help, 'Author', 'Felix Krause ' program :help, 'Website', 'https://fastlane.tools' - program :help, 'GitHub', 'https://github.com/fastlane/fastlane/tree/master/deliver#readme' + program :help, 'Documentation', 'https://docs.fastlane.tools/actions/deliver/' program :help_formatter, :compact global_option('--verbose') { FastlaneCore::Globals.verbose = true } diff --git a/fastlane/lib/fastlane/actions/create_app_online.rb b/fastlane/lib/fastlane/actions/create_app_online.rb index cd088a2fc25..28217285a25 100644 --- a/fastlane/lib/fastlane/actions/create_app_online.rb +++ b/fastlane/lib/fastlane/actions/create_app_online.rb @@ -29,8 +29,8 @@ 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 diff --git a/fastlane/lib/fastlane/actions/frame_screenshots.rb b/fastlane/lib/fastlane/actions/frame_screenshots.rb index 81b92056d6e..95b243f20ee 100644 --- a/fastlane/lib/fastlane/actions/frame_screenshots.rb +++ b/fastlane/lib/fastlane/actions/frame_screenshots.rb @@ -20,7 +20,7 @@ def self.description def self.details [ - "Uses [frameit](https://github.com/fastlane/fastlane/tree/master/frameit) to prepare perfect screenshots for the App Store, your website, QA", + "Uses [frameit](https://docs.fastlane.tools/actions/frameit/) to prepare perfect screenshots for the App Store, your website, QA", "or emails. You can add background and titles to the framed screenshots as well." ].join("\n") end diff --git a/fastlane/lib/fastlane/actions/get_certificates.rb b/fastlane/lib/fastlane/actions/get_certificates.rb index f74ec5f1ee6..e451c44a31b 100644 --- a/fastlane/lib/fastlane/actions/get_certificates.rb +++ b/fastlane/lib/fastlane/actions/get_certificates.rb @@ -32,7 +32,7 @@ def self.description def self.details [ - "**Important**: It is recommended to use [match](https://github.com/fastlane/fastlane/tree/master/match) according to the [codesigning.guide](https://codesigning.guide) for generating and maintaining your certificates. Use _cert_ directly only if you want full control over what's going on and know more about codesigning.", + "**Important**: It is recommended to use [match](https://docs.fastlane.tools/actions/match/) according to the [codesigning.guide](https://codesigning.guide) for generating and maintaining your certificates. Use _cert_ directly only if you want full control over what's going on and know more about codesigning.", "Use this action to download the latest code signing identity" ].join("\n") end diff --git a/fastlane/lib/fastlane/actions/get_provisioning_profile.rb b/fastlane/lib/fastlane/actions/get_provisioning_profile.rb index ff8ade8c947..8cb6c58b895 100644 --- a/fastlane/lib/fastlane/actions/get_provisioning_profile.rb +++ b/fastlane/lib/fastlane/actions/get_provisioning_profile.rb @@ -56,7 +56,7 @@ def self.return_value end def self.details - "**Note**: It is recommended to use [match](https://github.com/fastlane/fastlane/tree/master/match) according to the [codesigning.guide](https://codesigning.guide) for generating and maintaining your provisioning profiles. Use _sigh_ directly only if you want full control over what's going on and know more about codesigning." + "**Note**: It is recommended to use [match](https://docs.fastlane.tools/actions/match/) according to the [codesigning.guide](https://codesigning.guide) for generating and maintaining your provisioning profiles. Use _sigh_ directly only if you want full control over what's going on and know more about codesigning." end def self.available_options diff --git a/fastlane/lib/fastlane/actions/google_play_track_version_codes.rb b/fastlane/lib/fastlane/actions/google_play_track_version_codes.rb index 881c5b1cd63..0838523fbb6 100644 --- a/fastlane/lib/fastlane/actions/google_play_track_version_codes.rb +++ b/fastlane/lib/fastlane/actions/google_play_track_version_codes.rb @@ -31,7 +31,7 @@ def self.description end def self.details - "More information: https://github.com/fastlane/fastlane/tree/master/supply" + "More information: https://docs.fastlane.tools/actions/supply/" end def self.available_options diff --git a/fastlane/lib/fastlane/actions/ipa.rb b/fastlane/lib/fastlane/actions/ipa.rb index f88636964f3..9b0c977c7ea 100644 --- a/fastlane/lib/fastlane/actions/ipa.rb +++ b/fastlane/lib/fastlane/actions/ipa.rb @@ -78,7 +78,7 @@ def self.run(params) " => " + ex.to_s, "A build error occurred. You are using legacy `shenzhen` for building", "it is recommended to upgrade to _gym_: ", - "https://github.com/fastlane/fastlane/tree/master/gym", + "https://docs.fastlane.tools/actions/gym/", core_command, "-------------------------------------------------------" ].each do |txt| diff --git a/fastlane/lib/fastlane/actions/modify_services.rb b/fastlane/lib/fastlane/actions/modify_services.rb index c8d2298d1c4..72da224c076 100644 --- a/fastlane/lib/fastlane/actions/modify_services.rb +++ b/fastlane/lib/fastlane/actions/modify_services.rb @@ -79,7 +79,7 @@ def self.description def self.details [ "Options are same as 'enable_services' in produce action", - "https://github.com/fastlane/fastlane/tree/master/produce" + "https://docs.fastlane.tools/actions/produce/" ].join("\n") end diff --git a/fastlane/lib/fastlane/actions/run_tests.rb b/fastlane/lib/fastlane/actions/run_tests.rb index ea1334d7f85..0b77c4ded1a 100644 --- a/fastlane/lib/fastlane/actions/run_tests.rb +++ b/fastlane/lib/fastlane/actions/run_tests.rb @@ -42,7 +42,7 @@ def self.description end def self.details - "More information: https://github.com/fastlane/fastlane/tree/master/scan" + "More information: https://docs.fastlane.tools/actions/scan/" end def self.author diff --git a/fastlane/lib/fastlane/actions/sync_code_signing.rb b/fastlane/lib/fastlane/actions/sync_code_signing.rb index cf702e120dd..4438b5cc1a4 100644 --- a/fastlane/lib/fastlane/actions/sync_code_signing.rb +++ b/fastlane/lib/fastlane/actions/sync_code_signing.rb @@ -59,7 +59,7 @@ def self.description end def self.details - "More details https://github.com/fastlane/fastlane/tree/master/match" + "More information: https://docs.fastlane.tools/actions/match/" end def self.available_options diff --git a/fastlane/lib/fastlane/actions/upload_to_play_store.rb b/fastlane/lib/fastlane/actions/upload_to_play_store.rb index 05a2b73e8ed..14f2f51d56f 100644 --- a/fastlane/lib/fastlane/actions/upload_to_play_store.rb +++ b/fastlane/lib/fastlane/actions/upload_to_play_store.rb @@ -30,7 +30,7 @@ def self.description end def self.details - "More information: https://github.com/fastlane/fastlane/tree/master/supply" + "More information: https://docs.fastlane.tools/actions/supply/" end def self.available_options diff --git a/fastlane/lib/fastlane/actions/upload_to_testflight.rb b/fastlane/lib/fastlane/actions/upload_to_testflight.rb index 11d8db11968..c5e1e413d3a 100644 --- a/fastlane/lib/fastlane/actions/upload_to_testflight.rb +++ b/fastlane/lib/fastlane/actions/upload_to_testflight.rb @@ -26,7 +26,7 @@ def self.description def self.details [ - "More details can be found on https://github.com/fastlane/fastlane/tree/master/pilot", + "More details can be found on https://docs.fastlane.tools/actions/pilot/", "This integration will only do the TestFlight upload" ].join("\n") end diff --git a/fastlane/lib/fastlane/actions/xcodebuild.rb b/fastlane/lib/fastlane/actions/xcodebuild.rb index 99df96a6c32..e29bb2c890b 100644 --- a/fastlane/lib/fastlane/actions/xcodebuild.rb +++ b/fastlane/lib/fastlane/actions/xcodebuild.rb @@ -382,7 +382,7 @@ def self.available_options end def self.details - "**Note**: `xcodebuild` is a complex command, so it is recommended to use [gym](https://github.com/fastlane/fastlane/tree/master/gym) for building your ipa file and [scan](https://github.com/fastlane/fastlane/tree/master/scan) for testing your app instead." + "**Note**: `xcodebuild` is a complex command, so it is recommended to use [gym](https://docs.fastlane.tools/actions/gym/) for building your ipa file and [scan](https://docs.fastlane.tools/actions/scan/) for testing your app instead." end def self.author @@ -575,7 +575,7 @@ def self.is_supported?(platform) class XctestAction < Action def self.run(params) - UI.important("Have you seen the new 'scan' tool to run tests? https://github.com/fastlane/fastlane/tree/master/scan") + UI.important("Have you seen the new 'scan' tool to run tests? https://docs.fastlane.tools/actions/scan/") params_hash = params || {} params_hash[:build] = true params_hash[:test] = true diff --git a/fastlane/lib/fastlane/actions/xctool.rb b/fastlane/lib/fastlane/actions/xctool.rb index 90fb0220fd1..65b4568557c 100644 --- a/fastlane/lib/fastlane/actions/xctool.rb +++ b/fastlane/lib/fastlane/actions/xctool.rb @@ -2,7 +2,7 @@ module Fastlane module Actions class XctoolAction < Action def self.run(params) - UI.important("Have you seen the new 'scan' tool to run tests? https://github.com/fastlane/fastlane/tree/master/scan") + UI.important("Have you seen the new 'scan' tool to run tests? https://docs.fastlane.tools/actions/scan/") unless Helper.test? UI.user_error!("xctool not installed, please install using `brew install xctool`") if `which xctool`.length == 0 end diff --git a/frameit/lib/frameit/commands_generator.rb b/frameit/lib/frameit/commands_generator.rb index b871eb8ad3b..d0ce18371a7 100644 --- a/frameit/lib/frameit/commands_generator.rb +++ b/frameit/lib/frameit/commands_generator.rb @@ -25,7 +25,7 @@ def run program :description, 'Quickly put your screenshots into the right device frames' program :help, 'Author', 'Felix Krause ' 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 } diff --git a/gym/lib/gym/commands_generator.rb b/gym/lib/gym/commands_generator.rb index 2ed23ddd7da..2eb989a3f97 100644 --- a/gym/lib/gym/commands_generator.rb +++ b/gym/lib/gym/commands_generator.rb @@ -27,7 +27,7 @@ def run program :description, Gym::DESCRIPTION program :help, "Author", "Felix Krause " program :help, "Website", "https://fastlane.tools" - program :help, "GitHub", "https://github.com/fastlane/fastlane/tree/master/gym" + program :help, "Documentation", "https://docs.fastlane.tools/actions/gym/" program :help_formatter, :compact global_option("--verbose") { FastlaneCore::Globals.verbose = true } diff --git a/gym/lib/gym/error_handler.rb b/gym/lib/gym/error_handler.rb index 892605af9e7..868d72822da 100644 --- a/gym/lib/gym/error_handler.rb +++ b/gym/lib/gym/error_handler.rb @@ -15,7 +15,7 @@ def handle_build_error(output) when /Your build settings specify a provisioning profile with the UUID/ print "Invalid code signing settings" print "Your project defines a provisioning profile which doesn't exist on your local machine" - print "You can use sigh (https://github.com/fastlane/fastlane/tree/master/sigh) to download and install the provisioning profile" + print "You can use sigh (https://docs.fastlane.tools/actions/sigh/) to download and install the provisioning profile" print "Follow this guide: https://docs.fastlane.tools/codesigning/GettingStarted/" when /Provisioning profile does not match bundle identifier/ print "Invalid code signing settings" @@ -26,12 +26,12 @@ def handle_build_error(output) when /provisioning profiles matching the bundle identifier .(.*)./ # the . around the (.*) are for the strange " print "You don't have the provisioning profile for '#{$1}' installed on the local machine" print "Make sure you have the profile on this computer and it's properly installed" - print "You can use sigh (https://github.com/fastlane/fastlane/tree/master/sigh) to download and install the provisioning profile" + print "You can use sigh (https://docs.fastlane.tools/actions/sigh/) to download and install the provisioning profile" print "Follow this guide: https://docs.fastlane.tools/codesigning/GettingStarted/" when /matching the bundle identifier .(.*). were found/ # the . around the (.*) are for the strange " print "You don't have a provisioning profile for the bundle identifier '#{$1}' installed on the local machine" print "Make sure you have the profile on this computer and it's properly installed" - print "You can use sigh (https://github.com/fastlane/fastlane/tree/master/sigh) to download and install the provisioning profile" + print "You can use sigh (https://docs.fastlane.tools/actions/sigh/) to download and install the provisioning profile" print "Follow this guide: https://docs.fastlane.tools/codesigning/GettingStarted/" # Insert more code signing specific errors here diff --git a/match/lib/match/commands_generator.rb b/match/lib/match/commands_generator.rb index 09942c1fc18..536434fc37e 100644 --- a/match/lib/match/commands_generator.rb +++ b/match/lib/match/commands_generator.rb @@ -25,7 +25,7 @@ def run program :description, Match::DESCRIPTION program :help, 'Author', 'Felix Krause ' program :help, 'Website', 'https://fastlane.tools' - program :help, 'GitHub', 'https://github.com/fastlane/fastlane/tree/master/match#readme' + program :help, 'Documentation', 'https://docs.fastlane.tools/actions/match/' program :help_formatter, :compact global_option('--verbose') { FastlaneCore::Globals.verbose = true } diff --git a/match/lib/match/generator.rb b/match/lib/match/generator.rb index 48fca82a0d8..6e6a6d6dc15 100644 --- a/match/lib/match/generator.rb +++ b/match/lib/match/generator.rb @@ -25,7 +25,7 @@ def self.generate_certificate(params, cert_type) cert_path = Cert::Runner.new.launch rescue => ex if ex.to_s.include?("You already have a current") - UI.user_error!("Could not create a new certificate as you reached the maximum number of certificates for this account. You can use the `fastlane match nuke` command to revoke your existing certificates. More information https://github.com/fastlane/fastlane/tree/master/match") + UI.user_error!("Could not create a new certificate as you reached the maximum number of certificates for this account. You can use the `fastlane match nuke` command to revoke your existing certificates. More information https://docs.fastlane.tools/actions/match/") else raise ex end diff --git a/match/lib/match/setup.rb b/match/lib/match/setup.rb index 83f17c29d8c..54d78bc0988 100644 --- a/match/lib/match/setup.rb +++ b/match/lib/match/setup.rb @@ -20,7 +20,7 @@ def run(path, is_swift_fastfile: false) UI.important "You can now run `fastlane match development`, `fastlane match adhoc`, `fastlane match enterprise` and `fastlane match appstore`" UI.message "On the first run for each environment it will create the provisioning profiles and" UI.message "certificates for you. From then on, it will automatically import the existing profiles." - UI.message "For more information visit https://github.com/fastlane/fastlane/tree/master/match" + UI.message "For more information visit https://docs.fastlane.tools/actions/match/" end end end diff --git a/match/lib/match/spaceship_ensure.rb b/match/lib/match/spaceship_ensure.rb index 8aa83c76c0f..374d3489334 100644 --- a/match/lib/match/spaceship_ensure.rb +++ b/match/lib/match/spaceship_ensure.rb @@ -15,7 +15,7 @@ def initialize(user) UI.important("You can also run `fastlane match` in readonly mode to not require any access to the") UI.important("Developer Portal. This way you only share the keys and credentials") UI.command("fastlane match --readonly") - UI.important("More information https://github.com/fastlane/fastlane/tree/master/match#access-control") + UI.important("More information https://docs.fastlane.tools/actions/match/#access-control") end UI.message("Verifying that the certificate and profile are still valid on the Dev Portal...") @@ -50,7 +50,7 @@ def certificate_exists(username: nil, certificate_id: nil) UI.error("for the user #{username}") UI.error("Make sure to use the same user and team every time you run 'match' for this") UI.error("Git repository. This might be caused by revoking the certificate on the Dev Portal") - UI.user_error!("To reset the certificates of your Apple account, you can use the `fastlane match nuke` feature, more information on https://github.com/fastlane/fastlane/tree/master/match") + UI.user_error!("To reset the certificates of your Apple account, you can use the `fastlane match nuke` feature, more information on https://docs.fastlane.tools/actions/match/") end def profile_exists(username: nil, uuid: nil) @@ -63,7 +63,7 @@ def profile_exists(username: nil, uuid: nil) UI.error("for the user #{username}") UI.error("Make sure to use the same user and team every time you run 'match' for this") UI.error("Git repository. This might be caused by deleting the provisioning profile on the Dev Portal") - UI.user_error!("To reset the provisioning profiles of your Apple account, you can use the `fastlane match nuke` feature, more information on https://github.com/fastlane/fastlane/tree/master/match") + UI.user_error!("To reset the provisioning profiles of your Apple account, you can use the `fastlane match nuke` feature, more information on https://docs.fastlane.tools/actions/match/") end if found.valid? diff --git a/pem/lib/pem/commands_generator.rb b/pem/lib/pem/commands_generator.rb index d1fe4c764ef..e708d8b750c 100644 --- a/pem/lib/pem/commands_generator.rb +++ b/pem/lib/pem/commands_generator.rb @@ -21,7 +21,7 @@ def run program :description, 'CLI for \'PEM\' - Automatically generate and renew your push notification profiles' program :help, 'Author', 'Felix Krause ' program :help, 'Website', 'https://fastlane.tools' - program :help, 'GitHub', 'https://github.com/fastlane/fastlane/tree/master/pem#readme' + program :help, 'Documentation', 'https://docs.fastlane.tools/actions/pem/' program :help_formatter, :compact global_option('--verbose') { FastlaneCore::Globals.verbose = true } diff --git a/pilot/lib/pilot/commands_generator.rb b/pilot/lib/pilot/commands_generator.rb index c91d10c87f8..49563acfe36 100644 --- a/pilot/lib/pilot/commands_generator.rb +++ b/pilot/lib/pilot/commands_generator.rb @@ -50,7 +50,7 @@ def run program :description, Pilot::DESCRIPTION program :help, "Author", "Felix Krause " program :help, "Website", "https://fastlane.tools" - program :help, "GitHub", "https://github.com/fastlane/fastlane/tree/master/pilot" + program :help, "Documentation", "https://docs.fastlane.tools/actions/pilot/" program :help_formatter, :compact global_option("--verbose") { FastlaneCore::Globals.verbose = true } diff --git a/precheck/lib/precheck/commands_generator.rb b/precheck/lib/precheck/commands_generator.rb index 1d1d6549412..8b1087bbcca 100644 --- a/precheck/lib/precheck/commands_generator.rb +++ b/precheck/lib/precheck/commands_generator.rb @@ -25,7 +25,7 @@ def run program :description, Precheck::DESCRIPTION program :help, "Author", "Joshua Liebowitz , @taquitos" program :help, "Website", "https://fastlane.tools" - program :help, "GitHub", "https://github.com/fastlane/fastlane/tree/master/precheck" + program :help, "Documentation", "https://docs.fastlane.tools/actions/precheck/" program :help_formatter, :compact global_option("--verbose") { FastlaneCore::Globals.verbose = true } diff --git a/produce/lib/produce/commands_generator.rb b/produce/lib/produce/commands_generator.rb index b95a1e86511..ca7a75934a7 100644 --- a/produce/lib/produce/commands_generator.rb +++ b/produce/lib/produce/commands_generator.rb @@ -22,7 +22,7 @@ def run program :description, 'CLI for \'produce\'' program :help, 'Author', 'Felix Krause ' program :help, 'Website', 'https://fastlane.tools' - program :help, 'GitHub', 'https://github.com/fastlane/fastlane/tree/master/produce#readme' + program :help, 'Documentation', 'https://docs.fastlane.tools/actions/produce/' program :help_formatter, :compact global_option('--verbose') { FastlaneCore::Globals.verbose = true } diff --git a/scan/lib/scan/commands_generator.rb b/scan/lib/scan/commands_generator.rb index ed6ae03093c..5407375aaed 100644 --- a/scan/lib/scan/commands_generator.rb +++ b/scan/lib/scan/commands_generator.rb @@ -27,7 +27,7 @@ def run program :description, Scan::DESCRIPTION program :help, "Author", "Felix Krause " program :help, "Website", "https://fastlane.tools" - program :help, "GitHub", "https://github.com/fastlane/fastlane/tree/master/scan" + program :help, "Documentation", "https://docs.fastlane.tools/actions/scan/" program :help_formatter, :compact global_option("--verbose") { FastlaneCore::Globals.verbose = true } diff --git a/screengrab/lib/screengrab/commands_generator.rb b/screengrab/lib/screengrab/commands_generator.rb index 47667b34baf..721d634b73c 100644 --- a/screengrab/lib/screengrab/commands_generator.rb +++ b/screengrab/lib/screengrab/commands_generator.rb @@ -25,7 +25,7 @@ def run program :description, 'CLI for \'screengrab\' - Automate taking localized screenshots of your Android app on emulators or real devices' program :help, 'Authors', 'Andrea Falcone , Michael Furtak ' program :help, 'Website', 'https://fastlane.tools' - program :help, 'GitHub', 'https://github.com/fastlane/fastlane/tree/master/screengrab#readme' + program :help, 'Documentation', 'https://docs.fastlane.tools/actions/screengrab/' program :help_formatter, :compact global_option('--verbose', 'Shows a more verbose output') { FastlaneCore::Globals.verbose = true } diff --git a/sigh/lib/sigh/commands_generator.rb b/sigh/lib/sigh/commands_generator.rb index b0c29ca939b..d3d637342d5 100644 --- a/sigh/lib/sigh/commands_generator.rb +++ b/sigh/lib/sigh/commands_generator.rb @@ -22,7 +22,7 @@ def run program :description, 'CLI for \'sigh\' - Because you would rather spend your time building stuff than fighting provisioning' program :help, 'Author', 'Felix Krause ' 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 } diff --git a/snapshot/lib/assets/SnapshotHelper.swift b/snapshot/lib/assets/SnapshotHelper.swift index 7a778a8a45c..fb623a318e0 100644 --- a/snapshot/lib/assets/SnapshotHelper.swift +++ b/snapshot/lib/assets/SnapshotHelper.swift @@ -128,7 +128,7 @@ open class Snapshot: NSObject { waitForLoadingIndicatorToDisappear(within: timeout) } - print("snapshot: \(name)") // more information about this, check out https://github.com/fastlane/fastlane/tree/master/snapshot#how-does-it-work + print("snapshot: \(name)") // more information about this, check out https://docs.fastlane.tools/actions/snapshot/#how-does-it-work sleep(1) // Waiting for the animation to be finished (kind of) diff --git a/snapshot/lib/assets/SnapshotHelperXcode8.swift b/snapshot/lib/assets/SnapshotHelperXcode8.swift index 69a9110a3fb..94a848a5e57 100644 --- a/snapshot/lib/assets/SnapshotHelperXcode8.swift +++ b/snapshot/lib/assets/SnapshotHelperXcode8.swift @@ -101,7 +101,7 @@ open class Snapshot: NSObject { waitForLoadingIndicatorToDisappear() } - print("snapshot: \(name)") // more information about this, check out https://github.com/fastlane/fastlane/tree/master/snapshot#how-does-it-work + print("snapshot: \(name)") // more information about this, check out https://docs.fastlane.tools/actions/snapshot/#how-does-it-work sleep(1) // Waiting for the animation to be finished (kind of) diff --git a/snapshot/lib/snapshot/commands_generator.rb b/snapshot/lib/snapshot/commands_generator.rb index 8eeabb6fbe5..717ca7706a5 100644 --- a/snapshot/lib/snapshot/commands_generator.rb +++ b/snapshot/lib/snapshot/commands_generator.rb @@ -20,7 +20,7 @@ def run program :description, 'CLI for \'snapshot\' - Automate taking localized screenshots of your iOS app on every device' program :help, 'Author', 'Felix Krause ' program :help, 'Website', 'https://fastlane.tools' - program :help, 'GitHub', 'https://github.com/fastlane/fastlane/tree/master/snapshot#readme' + program :help, 'Documentation', 'https://docs.fastlane.tools/actions/snapshot/' program :help_formatter, :compact global_option('--verbose', 'Shows a more verbose output') { FastlaneCore::Globals.verbose = true } diff --git a/snapshot/lib/snapshot/runner.rb b/snapshot/lib/snapshot/runner.rb index a60b0e30573..32850cfd6ba 100644 --- a/snapshot/lib/snapshot/runner.rb +++ b/snapshot/lib/snapshot/runner.rb @@ -20,7 +20,7 @@ def work UI.error "Found old snapshot configuration file 'snapshot.js'" UI.error "You updated to snapshot 1.0 which now uses UI Automation" UI.error "Please follow the migration guide: https://github.com/fastlane/fastlane/blob/master/snapshot/MigrationGuide.md" - UI.error "And read the updated documentation: https://github.com/fastlane/fastlane/tree/master/snapshot" + UI.error "And read the updated documentation: https://docs.fastlane.tools/actions/snapshot/" sleep 3 # to be sure the user sees this, as compiling clears the screen end diff --git a/snapshot/lib/snapshot/setup.rb b/snapshot/lib/snapshot/setup.rb index 754f826d333..b7b44a5c102 100644 --- a/snapshot/lib/snapshot/setup.rb +++ b/snapshot/lib/snapshot/setup.rb @@ -41,7 +41,7 @@ def self.create(path, is_swift_fastfile: false) puts "" puts "4) Add `snapshot(\"0Launch\")` to wherever you want to create the screenshots".yellow puts "" - puts "More information on GitHub: https://github.com/fastlane/fastlane/tree/master/snapshot".green + puts "More information: https://docs.fastlane.tools/actions/snapshot/".green end end end diff --git a/supply/lib/supply/commands_generator.rb b/supply/lib/supply/commands_generator.rb index d15633fcd2c..54a1aa2c3ca 100644 --- a/supply/lib/supply/commands_generator.rb +++ b/supply/lib/supply/commands_generator.rb @@ -18,7 +18,7 @@ def run program :description, Supply::DESCRIPTION program :help, 'Author', 'Felix Krause ' program :help, 'Website', 'https://fastlane.tools' - program :help, 'GitHub', 'https://github.com/fastlane/fastlane/tree/master/supply' + program :help, 'Documentation', 'https://docs.fastlane.tools/actions/supply/' program :help_formatter, :compact always_trace!