README.md in spaceship-0.13.0 vs README.md in spaceship-0.13.1
- 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="100" />
<br />
fastlane
</a>
</h3>
<p align="center">
- <a href="https://github.com/KrauseFx/deliver">deliver</a> •
- <a href="https://github.com/KrauseFx/snapshot">snapshot</a> •
- <a href="https://github.com/KrauseFx/frameit">frameit</a> •
- <a href="https://github.com/KrauseFx/PEM">PEM</a> •
- <a href="https://github.com/KrauseFx/sigh">sigh</a> •
- <a href="https://github.com/KrauseFx/produce">produce</a> •
- <a href="https://github.com/KrauseFx/cert">cert</a> •
+ <a href="https://github.com/fastlane/deliver">deliver</a> •
+ <a href="https://github.com/fastlane/snapshot">snapshot</a> •
+ <a href="https://github.com/fastlane/frameit">frameit</a> •
+ <a href="https://github.com/fastlane/PEM">PEM</a> •
+ <a href="https://github.com/fastlane/sigh">sigh</a> •
+ <a href="https://github.com/fastlane/produce">produce</a> •
+ <a href="https://github.com/fastlane/cert">cert</a> •
<b>spaceship</b> •
<a href="https://github.com/fastlane/pilot">pilot</a> •
<a href="https://github.com/fastlane/boarding">boarding</a> •
<a href="https://github.com/fastlane/gym">gym</a> •
<a href="https://github.com/fastlane/scan">scan</a>
@@ -53,10 +53,10 @@
spaceship is a Ruby library that exposes both the Apple Developer Center and the iTunes Connect API. It’s super fast, well tested and supports all of the operations you can do via the browser. Scripting your Developer Center workflow has never been easier!
Up until now, the [fastlane tools](https://fastlane.tools) used web scraping to interact with Apple's web services. With spaceship it is possible to directly access the underlying APIs using a simple HTTP client only.
-Using spaceship, the execution time of [sigh](https://github.com/KrauseFx/sigh) was reduced from over 1 minute to less than 5 seconds.
+Using spaceship, the execution time of [sigh](https://github.com/fastlane/sigh) was reduced from over 1 minute to less than 5 seconds.
spaceship uses a combination of 3 different API endpoints, used by the Apple Developer Portal and Xcode. As no API offers everything we need, spaceship combines all APIs for you. [More details about the APIs](#technical-details).
More details about why spaceship is useful on [spaceship.airforce](https://spaceship.airforce).