README.md in match-0.11.0 vs README.md in match-0.11.1

- old
+ new

@@ -254,10 +254,10 @@ ... ``` ##### Registering new devices -By using `match`, you'll save a lot of time every time you add new device to your Ad Hoc or Development profiles. Use `match` in combination with the [`register_devices`](https://github.com/fastlane/fastlane/blob/master/fastlane/docs/Actions.md#register_devices) action. +By using `match`, you'll save a lot of time every time you add new device to your Ad Hoc or Development profiles. Use `match` in combination with the [`register_devices`](https://docs.fastlane.tools/actions#register_devices) action. ```ruby lane :beta do register_devices(devices_file: "./devices.txt") match(type: "adhoc", force_for_new_devices: true)