README.md in snapshot-1.0.4 vs README.md in snapshot-1.0.5

- old
+ new

@@ -1,20 +1,20 @@ <h3 align="center"> - <a href="https://github.com/KrauseFx/fastlane"> + <a href="https://github.com/fastlane/fastlane"> <img src="assets/fastlane.png" width="150" /> <br /> fastlane </a> </h3> <p align="center"> - <a href="https://github.com/KrauseFx/deliver">deliver</a> &bull; + <a href="https://github.com/fastlane/deliver">deliver</a> &bull; <b>snapshot</b> &bull; - <a href="https://github.com/KrauseFx/frameit">frameit</a> &bull; - <a href="https://github.com/KrauseFx/PEM">PEM</a> &bull; - <a href="https://github.com/KrauseFx/sigh">sigh</a> &bull; - <a href="https://github.com/KrauseFx/produce">produce</a> &bull; - <a href="https://github.com/KrauseFx/cert">cert</a> &bull; + <a href="https://github.com/fastlane/frameit">frameit</a> &bull; + <a href="https://github.com/fastlane/PEM">PEM</a> &bull; + <a href="https://github.com/fastlane/sigh">sigh</a> &bull; + <a href="https://github.com/fastlane/produce">produce</a> &bull; + <a href="https://github.com/fastlane/cert">cert</a> &bull; <a href="https://github.com/fastlane/spaceship">spaceship</a> &bull; <a href="https://github.com/fastlane/pilot">pilot</a> &bull; <a href="https://github.com/fastlane/boarding">boarding</a> &bull; <a href="https://github.com/fastlane/gym">gym</a> &bull; <a href="https://github.com/fastlane/scan">scan</a> @@ -27,11 +27,11 @@ snapshot ============ [![Twitter: @KauseFx](https://img.shields.io/badge/contact-@KrauseFx-blue.svg?style=flat)](https://twitter.com/KrauseFx) -[![License](http://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://github.com/KrauseFx/snapshot/blob/master/LICENSE) +[![License](https://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://github.com/fastlane/snapshot/blob/master/LICENSE) [![Gem](https://img.shields.io/gem/v/snapshot.svg?style=flat)](http://rubygems.org/gems/snapshot) ###### Automate taking localized screenshots of your iOS app on every device You have to manually create 20 (languages) x 6 (devices) x 5 (screenshots) = **600 screenshots**. @@ -40,11 +40,11 @@ - New screenshots with every (design) update - No loading indicators - Same content / screens - [Clean Status Bar](#use-a-clean-status-bar) -- Uploading screenshots ([`deliver`](https://github.com/KrauseFx/deliver) is your friend) +- Uploading screenshots ([`deliver`](https://github.com/fastlane/deliver) is your friend) More information about [creating perfect screenshots](https://krausefx.com/blog/creating-perfect-app-store-screenshots-of-your-ios-app). `snapshot` runs completely in the background - you can do something else, while your computer takes the screenshots for you. @@ -84,11 +84,11 @@ # Features - Create hundreds of screenshots in multiple languages on all simulators - 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://github.com/KrauseFx/deliver) +- Integrates with [`fastlane`](https://fastlane.tools) and [`deliver`](https://github.com/fastlane/deliver) - Generates a beautiful web page, which shows all screenshots on all devices. This is perfect to send to Q&A 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) ##### [Like this tool? Be the first to know about updates and new fastlane tools](https://tinyletter.com/krausefx) @@ -256,15 +256,15 @@ # Tips ## [`fastlane`](https://fastlane.tools) Toolchain - [`fastlane`](https://fastlane.tools): Connect all deployment tools into one streamlined workflow -- [`deliver`](https://github.com/KrauseFx/deliver): Upload screenshots, metadata and your app to the App Store -- [`frameit`](https://github.com/KrauseFx/frameit): Quickly put your screenshots into the right device frames -- [`PEM`](https://github.com/KrauseFx/pem): Automatically generate and renew your push notification profiles -- [`sigh`](https://github.com/KrauseFx/sigh): Because you would rather spend your time building stuff than fighting provisioning -- [`produce`](https://github.com/KrauseFx/produce): Create new iOS apps on iTunes Connect and Dev Portal using the command line -- [`cert`](https://github.com/KrauseFx/cert): Automatically create and maintain iOS code signing certificates +- [`deliver`](https://github.com/fastlane/deliver): Upload screenshots, metadata and your app to the App Store +- [`frameit`](https://github.com/fastlane/frameit): Quickly put your screenshots into the right device frames +- [`PEM`](https://github.com/fastlane/pem): Automatically generate and renew your push notification profiles +- [`sigh`](https://github.com/fastlane/sigh): Because you would rather spend your time building stuff than fighting provisioning +- [`produce`](https://github.com/fastlane/produce): Create new iOS apps on iTunes Connect and Dev Portal using the command line +- [`cert`](https://github.com/fastlane/cert): Automatically create and maintain iOS code signing certificates - [`spaceship`](https://github.com/fastlane/spaceship): Ruby library to access the Apple Dev Center and iTunes Connect - [`pilot`](https://github.com/fastlane/pilot): The best way to manage your TestFlight testers and builds from your terminal - [`boarding`](https://github.com/fastlane/boarding): The easiest way to invite your TestFlight beta testers - [`gym`](https://github.com/fastlane/gym): Building your iOS apps has never been easier - [`scan`](https://github.com/fastlane/scan): The easiest way to run tests of your iOS and Mac app