fastlane/lib/fastlane/actions/docs/match.md in fastlane-2.74.1 vs fastlane/lib/fastlane/actions/docs/match.md in fastlane-2.75.0.beta.20180109010003
- old
+ new
@@ -54,11 +54,11 @@
🔒 | You have full control over your files and Git repo, no third party service involved
✨ | Provisioning profile will always match the correct certificate
💥 | Easily reset your existing profiles and certificates if your current account has expired or invalid profiles
♻️ | Automatically renew your provisioning profiles to include all your devices using the `--force` option
👥 | Support for multiple Apple accounts and multiple teams
-✨ | Tightly integrated with [fastlane](https://fastlane.tools) to work seamlessly with [gym](https://github.com/fastlane/fastlane/tree/master/gym) and other build tools
+✨ | Tightly integrated with [fastlane](https://fastlane.tools) to work seamlessly with [gym](https://docs.fastlane.tools/actions/gym) and other build tools
For more information about the concept, visit [codesigning.guide](https://codesigning.guide).
## Usage
@@ -81,11 +81,11 @@
This will create a `Matchfile` in your current directory (or in your `./fastlane/` folder).
Example content (for more advanced setups check out the [fastlane section](#fastlane)):
```ruby-skip-tests
-git_url "https://github.com/fastlane/fastlane/tree/master/certificates"
+git_url "https://github.com/fastlane/certs"
app_identifier "tools.fastlane.app"
username "user@fastlane.tools"
```
@@ -136,11 +136,11 @@
```no-highlight
fastlane match appstore -a tools.fastlane.app,tools.fastlane.app.watchkitapp
```
-You can make this even easier using [fastlane](https://github.com/fastlane/fastlane/tree/master/fastlane) by creating a `certificates` lane like this:
+You can make this even easier using [fastlane](https://fastlane.tools) by creating a `certificates` lane like this:
```ruby
lane :certificates do
match(app_identifier: ["com.krausefx.app1", "com.krausefx.app2", "com.krausefx.app3"], readonly: true)
end
@@ -347,6 +347,6 @@
- You have full control over the access list of your Git repo, no third party service involved
- Even if your certificates are leaked, they can't be used to cause any harm without your iTunes Connect login credentials
- Use In-House enterprise profile with _match_ with caution
- If you use GitHub or Bitbucket we encourage enabling 2 factor authentication for all accounts that have access to the certificates repo
-- The complete source code of _match_ is fully open source on [GitHub](https://github.com/fastlane/fastlane/tree/master/match)
+- The complete source code of _match_ is fully open source on [GitHub](https://docs.fastlane.tools/actions/match)