fastlane/lib/fastlane/actions/docs/produce.md in fastlane-2.74.1 vs fastlane/lib/fastlane/actions/docs/produce.md in fastlane-2.75.0.beta.20180109010003
- old
+ new
@@ -222,10 +222,10 @@
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://github.com/fastlane/fastlane/tree/master/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?
_produce_ uses the [password manager](https://github.com/fastlane/fastlane/tree/master/credentials_manager) from _fastlane_. Take a look the [CredentialsManager README](https://github.com/fastlane/fastlane/tree/master/credentials_manager) for more information.