Skip to content

Commit

Permalink
Fix broken and old links (fastlane#11593)
Browse files Browse the repository at this point in the history
  • Loading branch information
revolter authored Jan 17, 2018
1 parent 454e4c6 commit fc5e266
Show file tree
Hide file tree
Showing 47 changed files with 110 additions and 110 deletions.
6 changes: 3 additions & 3 deletions cert/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<h3 align="center">
<a href="https://docs.fastlane.tools/actions/cert">
<a href="https://docs.fastlane.tools/actions/cert/">
<img src="https://raw.githubusercontent.com/fastlane/fastlane/master/fastlane/assets/fastlane.png" width="100" />
<br />
fastlane
Expand All @@ -9,9 +9,9 @@
------

<p align="center">
<a href="https://docs.fastlane.tools/actions/cert">
<a href="https://docs.fastlane.tools/actions/cert/">
<img src="https://raw.githubusercontent.com/fastlane/fastlane/master/cert/assets/cert.png" height="110">
</a>
</p>

<h3 align="center">The <i>cert</i> docs were moved to <a href='https://docs.fastlane.tools/actions/cert'>docs.fastlane.tools</a></h3>
<h3 align="center">The <i>cert</i> docs were moved to <a href='https://docs.fastlane.tools/actions/cert/'>docs.fastlane.tools</a></h3>
6 changes: 3 additions & 3 deletions deliver/Deliverfile.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<h3 align="center">
<a href="https://docs.fastlane.tools/actions/deliver">
<a href="https://docs.fastlane.tools/actions/deliver/">
<img src="https://raw.githubusercontent.com/fastlane/fastlane/master/fastlane/assets/fastlane.png" width="100" />
<br />
fastlane
Expand All @@ -9,9 +9,9 @@
------

<p align="center">
<a href="https://docs.fastlane.tools/actions/deliver">
<a href="https://docs.fastlane.tools/actions/deliver/">
<img src="https://raw.githubusercontent.com/fastlane/fastlane/master/deliver/assets/deliver.png" height="110">
</a>
</p>

<h3 align="center">The <i>deliver</i> docs were moved to <a href='https://docs.fastlane.tools/actions/deliver'>docs.fastlane.tools</a></h3>
<h3 align="center">The <i>deliver</i> docs were moved to <a href='https://docs.fastlane.tools/actions/deliver/'>docs.fastlane.tools</a></h3>
10 changes: 5 additions & 5 deletions deliver/MigrationGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Originally `deliver` was designed to be "The Continuous Delivery tool for iOS".

### What do I have to do to get my setup working again?

In general, check out the latest documentation for the [Deliverfile](https://docs.fastlane.tools/actions/deliver).
In general, check out the latest documentation for the [Deliverfile](https://docs.fastlane.tools/actions/deliver/).

With 1.0 the app will not be submitted to Review by default. You can use the `fastlane deliver --submit_for_review` to submit after the upload.

Expand Down Expand Up @@ -50,8 +50,8 @@ From | To | Note

Removed | Use instead
--------------------------|------------------------------------------------------------
`deliver testflight` | [pilot](https://github.com/fastlane/fastlane/tree/master/pilot)
`testflight` | [pilot](https://github.com/fastlane/fastlane/tree/master/pilot)
`deliver testflight` | [pilot](https://docs.fastlane.tools/actions/pilot/)
`testflight` | [pilot](https://docs.fastlane.tools/actions/pilot/)

**The following codes/values have been changed:**

Expand All @@ -70,10 +70,10 @@ App Categories | [Reference.md](https://docs.fastlane.tools/actions/deliver/#ref
- Removed a lot of legacy code. Did you know `deliver` is now one year old? A lot of things have changed since then
- Improved the selection of the newly uploaded build and waiting for processing to be finished, which is possible thanks to `spaceship`
- Updating the app metadata and uploading of the screenshots now happen using `spaceship` instead of the iTunes Transporter, which means changes will immediately visible after running `deliver` :sparkles:
- Removed the `deliver beta` and `testflight` commands, as there is now a dedicated tool called [pilot](https://github.com/fastlane/fastlane/tree/master/pilot)
- Removed the `deliver beta` and `testflight` commands, as there is now a dedicated tool called [pilot](https://docs.fastlane.tools/actions/pilot/)
- All parameters are now in the config system, which means you can pass values using the `Deliverfile`, from within your `Fastfile` or as command line parameter
<img width="500" alt="screenshot 2015-09-26 21 57 15" src="https://cloud.githubusercontent.com/assets/869950/10121297/c6ea1c7a-6499-11e5-8d2b-301f86faacf0.png">
- The preview doesn't highlight changes with blue any more
- Screenshot are uploaded every time. This is on the [next-tasks list](https://github.com/fastlane/deliver/issues/353)
- Screenshot are uploaded every time. This is on the [next-tasks list](https://github.com/fastlane/fastlane/issues/2212)

If you run into any issues with the new version of `deliver` please submit an issue on GitHub.
6 changes: 3 additions & 3 deletions deliver/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<h3 align="center">
<a href="https://docs.fastlane.tools/actions/deliver">
<a href="https://docs.fastlane.tools/actions/deliver/">
<img src="https://raw.githubusercontent.com/fastlane/fastlane/master/fastlane/assets/fastlane.png" width="100" />
<br />
fastlane
Expand All @@ -9,9 +9,9 @@
------

<p align="center">
<a href="https://docs.fastlane.tools/actions/deliver">
<a href="https://docs.fastlane.tools/actions/deliver/">
<img src="https://raw.githubusercontent.com/fastlane/fastlane/master/deliver/assets/deliver.png" height="110">
</a>
</p>

<h3 align="center">The <i>deliver</i> docs were moved to <a href='https://docs.fastlane.tools/actions/deliver'>docs.fastlane.tools</a></h3>
<h3 align="center">The <i>deliver</i> docs were moved to <a href='https://docs.fastlane.tools/actions/deliver/'>docs.fastlane.tools</a></h3>
6 changes: 3 additions & 3 deletions deliver/Reference.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<h3 align="center">
<a href="https://docs.fastlane.tools/actions/deliver">
<a href="https://docs.fastlane.tools/actions/deliver/">
<img src="https://raw.githubusercontent.com/fastlane/fastlane/master/fastlane/assets/fastlane.png" width="100" />
<br />
fastlane
Expand All @@ -9,9 +9,9 @@
------

<p align="center">
<a href="https://docs.fastlane.tools/actions/deliver">
<a href="https://docs.fastlane.tools/actions/deliver/">
<img src="https://raw.githubusercontent.com/fastlane/fastlane/master/deliver/assets/deliver.png" height="110">
</a>
</p>

<h3 align="center">The <i>deliver</i> docs were moved to <a href='https://docs.fastlane.tools/actions/deliver'>docs.fastlane.tools</a></h3>
<h3 align="center">The <i>deliver</i> docs were moved to <a href='https://docs.fastlane.tools/actions/deliver/'>docs.fastlane.tools</a></h3>
2 changes: 1 addition & 1 deletion deliver/lib/assets/DeliverfileDefault
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# The Deliverfile allows you to store various iTunes Connect metadata
# For more information, check out the docs
# https://docs.fastlane.tools/actions/deliver
# https://docs.fastlane.tools/actions/deliver/
2 changes: 1 addition & 1 deletion deliver/lib/assets/DeliverfileDefault.swift
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// The Deliverfile allows you to store various iTunes Connect metadata
// For more information, check out the docs
// https://docs.fastlane.tools/actions/deliver
// https://docs.fastlane.tools/actions/deliver/
2 changes: 1 addition & 1 deletion fastlane/lib/fastlane/action_collector.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def name_to_track(name)
end

def show_message
UI.message("Sending Crash/Success information. Learn more at https://github.com/fastlane/fastlane#metrics")
UI.message("Sending Crash/Success information. Learn more at https://docs.fastlane.tools/#metrics")
UI.message("No personal/sensitive data is sent. Only sharing the following:")
UI.message(launches)
UI.message(@error) if @error
Expand Down
2 changes: 1 addition & 1 deletion fastlane/lib/fastlane/actions/docs/build_ios_app.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ _gym_ makes use of the new Xcode 7 API which allows us to specify the export opt

Using this method there are no workarounds for WatchKit or Swift required, as it uses the same technique Xcode uses when exporting your binary.

Note: the [xcbuild-safe.sh script](https://github.com/fastlane/fastlane/tree/master/gym/lib/img/actions/wrap_xcodebuild/xcbuild-safe.sh) wraps around xcodebuild to workaround some incompatibilities.
Note: the [xcbuild-safe.sh script](https://github.com/fastlane/fastlane/blob/master/gym/lib/assets/wrap_xcodebuild/xcbuild-safe.sh) wraps around xcodebuild to workaround some incompatibilities.

## Use the 'Provisioning Quicklook plugin'
Download and install the [Provisioning Plugin](https://github.com/chockenberry/Provisioning).
10 changes: 5 additions & 5 deletions fastlane/lib/fastlane/actions/docs/capture_ios_screenshots.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</h4>
<hr />

_snapshot_ generates localized iOS and tvOS screenshots for different device types and languages for the App Store and can be uploaded using ([_deliver_](https://docs.fastlane.tools/actions/deliver)).
_snapshot_ generates localized iOS and tvOS screenshots for different device types and languages for the App Store and can be uploaded using ([_deliver_](https://docs.fastlane.tools/actions/deliver/)).

You have to manually create 20 (languages) x 6 (devices) x 5 (screenshots) = **600 screenshots**.

Expand All @@ -20,7 +20,7 @@ It's hard to get everything right!
- No loading indicators
- Same content / screens
- [Clean Status Bar](#use-a-clean-status-bar)
- Uploading screenshots ([_deliver_](https://docs.fastlane.tools/actions/deliver) is your friend)
- Uploading screenshots ([_deliver_](https://docs.fastlane.tools/actions/deliver/) is your friend)

More information about [creating perfect screenshots](https://krausefx.com/blog/creating-perfect-app-store-screenshots-of-your-ios-app).

Expand All @@ -44,7 +44,7 @@ _snapshot_ runs completely in the background - you can do something else, while
- Take screenshots in multiple device simulators concurrently to cut down execution time (Xcode 9 only)
- Configure it once, store the configuration in git
- Do something else, while the computer takes the screenshots for you
- Integrates with [_fastlane_](https://fastlane.tools) and [_deliver_](https://docs.fastlane.tools/actions/deliver)
- Integrates with [_fastlane_](https://fastlane.tools) and [_deliver_](https://docs.fastlane.tools/actions/deliver/)
- Generates a beautiful web page, which shows all screenshots on all devices. This is perfect to send to QA or the marketing team
- _snapshot_ automatically waits for network requests to be finished before taking a screenshot (we don't want loading images in the App Store screenshots)

Expand Down Expand Up @@ -153,7 +153,7 @@ Reinstall the app before running _snapshot_
fastlane snapshot --reinstall_app --app_identifier "tools.fastlane.app"
```

By default _snapshot_ automatically retries running UI Tests if they fail. This is due to randomly failing UI Tests (e.g. [#372](https://github.com/fastlane/snapshot/issues/372)). You can adapt this number using
By default _snapshot_ automatically retries running UI Tests if they fail. This is due to randomly failing UI Tests (e.g. [#2517](https://github.com/fastlane/fastlane/issues/2517)). You can adapt this number using

```no-highlight
fastlane snapshot --number_of_retries 3
Expand Down Expand Up @@ -303,7 +303,7 @@ Radar [23062925](https://openradar.appspot.com/radar?id=5056366381105152) has be

## Frame the screenshots

If you want to add frames around the screenshots and even put a title on top, check out [frameit](https://docs.fastlane.tools/actions/frameit).
If you want to add frames around the screenshots and even put a title on top, check out [frameit](https://docs.fastlane.tools/actions/frameit/).

## Available language codes
```ruby
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ custom_text(data: ["chrome", "webos"],

### Use with [_fastlane_](https://fastlane.tools)

_precheck_ is fully integrated with [_deliver_](https://docs.fastlane.tools/actions/deliver) another [_fastlane_](https://fastlane.tools) tool.
_precheck_ is fully integrated with [_deliver_](https://docs.fastlane.tools/actions/deliver/) another [_fastlane_](https://fastlane.tools) tool.

Update your `Fastfile` to contain the following code:

Expand Down
2 changes: 1 addition & 1 deletion fastlane/lib/fastlane/actions/docs/create_app_online.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ apple_id ENV['PRODUCE_APPLE_ID']

This will tell _deliver_, which `App ID` to use, since the app is not yet available in the App Store.

You'll still have to fill out the remaining information (like screenshots, app description and pricing). You can use [deliver](https://docs.fastlane.tools/actions/deliver) to upload your app metadata using a CLI
You'll still have to fill out the remaining information (like screenshots, app description and pricing). You can use [deliver](https://docs.fastlane.tools/actions/deliver/) to upload your app metadata using a CLI

## How is my password stored?

Expand Down
4 changes: 2 additions & 2 deletions fastlane/lib/fastlane/actions/docs/frame_screenshots.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ The `keyword.strings` and `title.strings` are standard `.strings` file you alrea

#### Uploading screenshots to iTC

Use [deliver](https://docs.fastlane.tools/actions/deliver) to upload all screenshots to iTunes Connect completely automatically 🚀
Use [deliver](https://docs.fastlane.tools/actions/deliver/) to upload all screenshots to iTunes Connect completely automatically 🚀

### Mac

Expand Down Expand Up @@ -189,7 +189,7 @@ Check out the [MindNode example project](https://github.com/fastlane/examples/tr
# Tips

## Generate localized screenshots
Check out [_snapshot_](https://docs.fastlane.tools/actions/snapshot) to automatically generate screenshots using ```UI Automation```.
Check out [_snapshot_](https://docs.fastlane.tools/actions/snapshot/) to automatically generate screenshots using ```UI Automation```.

## Alternative location to store device_frames

Expand Down
4 changes: 2 additions & 2 deletions fastlane/lib/fastlane/actions/docs/get_certificates.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ Keep in mind, there is no way for _cert_ to download existing certificates + pri

Run `fastlane action cert` to get a list of all available environment variables.

## Use with [_sigh_](https://docs.fastlane.tools/actions/sigh)
## Use with [_sigh_](https://docs.fastlane.tools/actions/sigh/)

_cert_ becomes really interesting when used in [_fastlane_](https://fastlane.tools) in combination with [_sigh_](https://docs.fastlane.tools/actions/sigh).
_cert_ becomes really interesting when used in [_fastlane_](https://fastlane.tools) in combination with [_sigh_](https://docs.fastlane.tools/actions/sigh/).

Update your `Fastfile` to contain the following code:

Expand Down
10 changes: 5 additions & 5 deletions fastlane/lib/fastlane/actions/docs/get_provisioning_profile.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ _sigh_ can create, renew, download and repair provisioning profiles (with one co
- Support for **multiple Teams**
- Support for **Enterprise Profiles**

To automate iOS Push profiles you can use [pem](https://docs.fastlane.tools/actions/pem).
To automate iOS Push profiles you can use [pem](https://docs.fastlane.tools/actions/pem/).


### Why not let Xcode do the work?
Expand All @@ -44,7 +44,7 @@ See _sigh_ in action:

# Usage

**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.
**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.

```no-highlight
fastlane sigh
Expand Down Expand Up @@ -109,7 +109,7 @@ For a list of available parameters and commands run

### Use with [_fastlane_](https://fastlane.tools)

_sigh_ becomes really interesting when used in [_fastlane_](https://fastlane.tools) in combination with [_cert_](https://docs.fastlane.tools/actions/cert).
_sigh_ becomes really interesting when used in [_fastlane_](https://fastlane.tools) in combination with [_cert_](https://docs.fastlane.tools/actions/cert/).

Update your `Fastfile` to contain the following code:

Expand Down Expand Up @@ -160,7 +160,7 @@ Or delete all `iOS Team Provisioning Profile` by using a regular expression

Run `fastlane action sigh` to get a list of all available environment variables.

If you're using [cert](https://docs.fastlane.tools/actions/cert) in combination with [fastlane](https://fastlane.tools) the signing certificate will automatically be selected for you. (make sure to run _cert_ before _sigh_)
If you're using [cert](https://docs.fastlane.tools/actions/cert/) in combination with [fastlane](https://fastlane.tools) the signing certificate will automatically be selected for you. (make sure to run _cert_ before _sigh_)

# How does it work?

Expand All @@ -180,7 +180,7 @@ It will show you the `mobileprovision` files like this:

## App Identifier couldn't be found

If you also want to create a new App Identifier on the Apple Developer Portal, check out [produce](https://docs.fastlane.tools/actions/produce), which does exactly that.
If you also want to create a new App Identifier on the Apple Developer Portal, check out [produce](https://docs.fastlane.tools/actions/produce/), which does exactly that.

## What happens to my Xcode managed profiles?

Expand Down
2 changes: 1 addition & 1 deletion fastlane/lib/fastlane/actions/docs/get_push_certificate.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ _pem_ does all that for you, just by simply running _pem_.

_pem_ creates new .pem, .cer, and .p12 files to be uploaded to your push server if a valid push notification profile is needed. _pem_ does not cover uploading the file to your server.

To automate iOS Provisioning profiles you can use [match](https://docs.fastlane.tools/actions/match).
To automate iOS Provisioning profiles you can use [match](https://docs.fastlane.tools/actions/match/).

-------

Expand Down
6 changes: 3 additions & 3 deletions fastlane/lib/fastlane/actions/docs/sync_code_signing.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Before starting to use _match_, make sure to read the [codesigning.guide](https:
💥 | 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://docs.fastlane.tools/actions/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).

Expand All @@ -83,7 +83,7 @@ This will create a `Matchfile` in your current directory (or in your `./fastlane
Example content (for more advanced setups check out the [fastlane section](#fastlane)):

```ruby-skip-tests
git_url "https://github.com/fastlane/certs"
git_url "https://github.com/fastlane/certificates"
app_identifier "tools.fastlane.app"
username "[email protected]"
Expand Down Expand Up @@ -350,4 +350,4 @@ Because of the potentially dangerous nature of In-House profiles please use _mat
- 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://docs.fastlane.tools/actions/match)
- The complete source code of _match_ is fully open source on [GitHub](https://docs.fastlane.tools/actions/match/)
2 changes: 1 addition & 1 deletion fastlane/lib/fastlane/actions/docs/upload_to_app_store.md
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@ In this case, default values for keywords, urls, name and release notes are used

## Automatically create screenshots

If you want to integrate _deliver_ with [snapshot](https://docs.fastlane.tools/actions/snapshot), check out [fastlane](https://fastlane.tools)!
If you want to integrate _deliver_ with [snapshot](https://docs.fastlane.tools/actions/snapshot/), check out [fastlane](https://fastlane.tools)!

## Jenkins integration
Detailed instructions about how to set up _deliver_ and _fastlane_ in `Jenkins` can be found in the [fastlane README](https://docs.fastlane.tools/best-practices/continuous-integration/#jenkins-integration).
Expand Down
2 changes: 1 addition & 1 deletion fastlane/lib/fastlane/actions/opt_out_crash_reporting.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def self.details
[
"By default, fastlane will send a report when it crashes",
"The stack trace is sanitized so no personal information is sent.",
"Learn more at https://github.com/fastlane/fastlane#crash-reporting",
"Learn more at https://docs.fastlane.tools/actions/opt_out_crash_reporting/",
"Add `opt_out_crash_reporting` at the top of your Fastfile to disable crash reporting"
].join(' ')
end
Expand Down
2 changes: 1 addition & 1 deletion fastlane/lib/fastlane/actions/opt_out_usage.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def self.details
[
"By default, fastlane will track what actions are being used",
"No personal/sensitive information is recorded.",
"Learn more at https://github.com/fastlane/fastlane#metrics",
"Learn more at https://docs.fastlane.tools/#metrics",
"Add `opt_out_usage` at the top of your Fastfile to disable metrics collection"
].join(' ')
end
Expand Down
Loading

0 comments on commit fc5e266

Please sign in to comment.