Skip to content
This repository has been archived by the owner on Jul 22, 2023. It is now read-only.

Commit

Permalink
Fixed documentation links (fastlane#11327)
Browse files Browse the repository at this point in the history
  • Loading branch information
RishabhTayal authored and revolter committed Jan 7, 2018
1 parent 86bacf6 commit 055f325
Show file tree
Hide file tree
Showing 35 changed files with 41 additions and 41 deletions.
2 changes: 1 addition & 1 deletion cert/lib/cert/commands_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def run
program :description, 'CLI for \'cert\' - Create new iOS code signing certificates'
program :help, 'Author', 'Felix Krause <[email protected]>'
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 }
Expand Down
2 changes: 1 addition & 1 deletion deliver/lib/deliver/commands_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def run
program :description, Deliver::DESCRIPTION
program :help, 'Author', 'Felix Krause <[email protected]>'
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 }
Expand Down
4 changes: 2 additions & 2 deletions fastlane/lib/fastlane/actions/create_app_online.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion fastlane/lib/fastlane/actions/frame_screenshots.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion fastlane/lib/fastlane/actions/get_certificates.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion fastlane/lib/fastlane/actions/get_provisioning_profile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion fastlane/lib/fastlane/actions/ipa.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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|
Expand Down
2 changes: 1 addition & 1 deletion fastlane/lib/fastlane/actions/modify_services.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion fastlane/lib/fastlane/actions/run_tests.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion fastlane/lib/fastlane/actions/sync_code_signing.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion fastlane/lib/fastlane/actions/upload_to_play_store.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion fastlane/lib/fastlane/actions/upload_to_testflight.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions fastlane/lib/fastlane/actions/xcodebuild.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion fastlane/lib/fastlane/actions/xctool.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion frameit/lib/frameit/commands_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def run
program :description, 'Quickly put your screenshots into the right device frames'
program :help, 'Author', 'Felix Krause <[email protected]>'
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 }
Expand Down
2 changes: 1 addition & 1 deletion gym/lib/gym/commands_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def run
program :description, Gym::DESCRIPTION
program :help, "Author", "Felix Krause <[email protected]>"
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 }
Expand Down
6 changes: 3 additions & 3 deletions gym/lib/gym/error_handler.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion match/lib/match/commands_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def run
program :description, Match::DESCRIPTION
program :help, 'Author', 'Felix Krause <[email protected]>'
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 }
Expand Down
2 changes: 1 addition & 1 deletion match/lib/match/generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion match/lib/match/setup.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 3 additions & 3 deletions match/lib/match/spaceship_ensure.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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...")
Expand Down Expand Up @@ -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)
Expand All @@ -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?
Expand Down
2 changes: 1 addition & 1 deletion pem/lib/pem/commands_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def run
program :description, 'CLI for \'PEM\' - Automatically generate and renew your push notification profiles'
program :help, 'Author', 'Felix Krause <[email protected]>'
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 }
Expand Down
2 changes: 1 addition & 1 deletion pilot/lib/pilot/commands_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def run
program :description, Pilot::DESCRIPTION
program :help, "Author", "Felix Krause <[email protected]>"
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 }
Expand Down
2 changes: 1 addition & 1 deletion precheck/lib/precheck/commands_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def run
program :description, Precheck::DESCRIPTION
program :help, "Author", "Joshua Liebowitz <[email protected]>, @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 }
Expand Down
2 changes: 1 addition & 1 deletion produce/lib/produce/commands_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def run
program :description, 'CLI for \'produce\''
program :help, 'Author', 'Felix Krause <[email protected]>'
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 }
Expand Down
2 changes: 1 addition & 1 deletion scan/lib/scan/commands_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def run
program :description, Scan::DESCRIPTION
program :help, "Author", "Felix Krause <[email protected]>"
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 }
Expand Down
2 changes: 1 addition & 1 deletion screengrab/lib/screengrab/commands_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>, Michael Furtak <[email protected]>'
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 }
Expand Down
2 changes: 1 addition & 1 deletion sigh/lib/sigh/commands_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>'
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 }
Expand Down
2 changes: 1 addition & 1 deletion snapshot/lib/assets/SnapshotHelper.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion snapshot/lib/assets/SnapshotHelperXcode8.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion snapshot/lib/snapshot/commands_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>'
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 }
Expand Down
Loading

0 comments on commit 055f325

Please sign in to comment.