match/lib/match/generator.rb in fastlane-2.74.0.beta.20180107010004 vs match/lib/match/generator.rb in fastlane-2.74.0.beta.20180108010004

- old
+ new

@@ -23,10 +23,10 @@ begin 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 end