From 1928bc05f303a182344dafc0869fd172306266ca Mon Sep 17 00:00:00 2001 From: Felix Krause Date: Tue, 24 Oct 2017 21:44:06 +0200 Subject: [PATCH] Update URLs to new docs page (#10648) --- CONTRIBUTING.md | 4 ++-- fastlane/docs/FAQs.md | 4 ++-- fastlane/lib/fastlane/plugins/plugin_manager.rb | 2 +- fastlane/spec/plugins_specs/plugin_manager_spec.rb | 2 +- spaceship/lib/spaceship/tunes/app_version.rb | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6a1a4309989..da3192ba32e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -73,6 +73,6 @@ This project is licensed under the terms of the MIT license. See the [LICENSE][l [tools and debugging]: ToolsAndDebugging.md [vision]: VISION.md [responding to prs]: RespondingToIssuesAndPullRequests.md -[plugins]: https://github.com/fastlane/fastlane/blob/master/fastlane/docs/Plugins.md#readme +[plugins]: https://docs.fastlane.tools/plugins/create-plugin/ [firstpr]: YourFirstPR.md -[submit action]: fastlane/docs/Plugins.md#submitting-the-action-to-the-fastlane-main-repo +[submit action]: https://docs.fastlane.tools/plugins/create-plugin/#submitting-the-action-to-the-fastlane-main-repo diff --git a/fastlane/docs/FAQs.md b/fastlane/docs/FAQs.md index 9abc54d4d63..0e81a34226b 100644 --- a/fastlane/docs/FAQs.md +++ b/fastlane/docs/FAQs.md @@ -43,11 +43,11 @@ bundle exec fastlane ... This is usually caused when running Jenkins as its own user. While this is possible, you'll have to take care of creating a temporary Keychain, filling it and then using it when building your application. -For more information about the recommended setup with Jenkins open the [Jenkins Guide](https://github.com/fastlane/fastlane/blob/master/fastlane/docs/Jenkins.md). +For more information about the recommended setup with Jenkins open the [Jenkins Guide](https://docs.fastlane.tools/best-practices/continuous-integration/#jenkins-integration). ### Code signing issues -Check out the [codesigning.guide](https://codesigning.guide) website for more information on how to properly setup code-signing in your team using [match](https://github.com/fastlane/fastlane/tree/master/match). +Check out the [codesigning.guide](https://codesigning.guide) website for more information on how to properly setup code-signing in your team using [match](https://fastlane.tools/match). ### When should I use _cert_, _sigh_ and _match_? diff --git a/fastlane/lib/fastlane/plugins/plugin_manager.rb b/fastlane/lib/fastlane/plugins/plugin_manager.rb index 4c9d4576219..839bd55452e 100644 --- a/fastlane/lib/fastlane/plugins/plugin_manager.rb +++ b/fastlane/lib/fastlane/plugins/plugin_manager.rb @@ -9,7 +9,7 @@ class PluginManager AUTOGENERATED_LINE = "# Autogenerated by fastlane\n#\n# Ensure this file is checked in to source control!\n\n" GEMFILE_SOURCE_LINE = "source \"https://rubygems.org\"\n" FASTLANE_PLUGIN_PREFIX = "fastlane-plugin-" - TROUBLESHOOTING_URL = "https://github.com/fastlane/fastlane/blob/master/fastlane/docs/PluginsTroubleshooting.md" + TROUBLESHOOTING_URL = "https://docs.fastlane.tools/plugins/plugins-troubleshooting/" ##################################################### # @!group Reading the files and their paths diff --git a/fastlane/spec/plugins_specs/plugin_manager_spec.rb b/fastlane/spec/plugins_specs/plugin_manager_spec.rb index bf8d4d20bf7..b18103bad62 100644 --- a/fastlane/spec/plugins_specs/plugin_manager_spec.rb +++ b/fastlane/spec/plugins_specs/plugin_manager_spec.rb @@ -201,7 +201,7 @@ module Fastlane::Crashlytics result = Fastlane::FastFile.new.parse("lane :test do my_custom_plugin end").runner.execute(:test) - end.to raise_exception("Plugin 'my_custom_plugin' was not properly loaded, make sure to follow the plugin docs for troubleshooting: https://github.com/fastlane/fastlane/blob/master/fastlane/docs/PluginsTroubleshooting.md") + end.to raise_exception("Plugin 'my_custom_plugin' was not properly loaded, make sure to follow the plugin docs for troubleshooting: https://docs.fastlane.tools/plugins/plugins-troubleshooting/") end it "shows an appropriate error message when an action is not available, which is not a plugin" do diff --git a/spaceship/lib/spaceship/tunes/app_version.rb b/spaceship/lib/spaceship/tunes/app_version.rb index be9b9242ea7..6fae38e25c3 100644 --- a/spaceship/lib/spaceship/tunes/app_version.rb +++ b/spaceship/lib/spaceship/tunes/app_version.rb @@ -350,7 +350,7 @@ def select_build(build) # }) # # Available Values - # https://github.com/fastlane/fastlane/blob/master/deliver/Reference.md + # https://docs.fastlane.tools/actions/deliver/#reference def update_rating(hash) raise "Must be a hash" unless hash.kind_of?(Hash)