README.md in credentials_manager-0.15.0 vs README.md in credentials_manager-0.15.1
- old
+ new
@@ -1,14 +1,14 @@
CredentialsManager
===================
`CredentialsManager` is used by most components in the [fastlane.tools](https://fastlane.tools) toolchain.
-All code related to your username and password can be found here: [account_manager.rb](https://github.com/fastlane/CredentialsManager/blob/master/lib/credentials_manager/account_manager.rb)
+All code related to your username and password can be found here: [account_manager.rb](https://github.com/fastlane/fastlane/blob/master/credentials_manager/lib/credentials_manager/account_manager.rb)
## Usage
-Along with the [Ruby libraries](https://github.com/fastlane/credentials_manager#implementing-a-custom-solution) you can use the command line interface to add credentials to the keychain.
+Along with the [Ruby libraries](https://github.com/fastlane/fastlane/tree/master/credentials_manager#implementing-a-custom-solution) you can use the command line interface to add credentials to the keychain.
**Adding Credentials**
```
fastlane-credentials add --username felix@krausefx.com
Password: *********
@@ -51,10 +51,10 @@
puts data.user
puts data.password
```
# Code of Conduct
-Help us keep `fastlane` open and inclusive. Please read and follow our [Code of Conduct](https://github.com/fastlane/code-of-conduct).
+Help us keep `fastlane` open and inclusive. Please read and follow our [Code of Conduct](https://github.com/fastlane/fastlane/blob/master/CODE_OF_CONDUCT.md).
# License
This project is licensed under the terms of the MIT license. See the LICENSE file.