Skip to content

Commit 6386799

Browse files
authored
Update README.md
1 parent 2aaaa35 commit 6386799

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ Some services use token-based Identity and Access Management (IAM) authenticatio
194194
You supply either an IAM service **API key** or an **access token**:
195195

196196
- Use the API key to have the SDK manage the lifecycle of the access token. The SDK requests an access token, ensures that the access token is valid, and refreshes it if necessary.
197-
- Use the access token if you want to manage the lifecycle yourself. For details, see [Authenticating with IAM tokens](https://console.bluemix.net/docs/services/watson/getting-started-iam.html). If you want to switch to API key, override your stored IAM credentials with an IAM API key. Then call the `setIamCredentials()` method again.
197+
- Use the access token if you want to manage the lifecycle yourself. For details, see [Authenticating with IAM tokens](https://cloud.ibm.com/docs/services/watson/getting-started-iam.html). If you want to switch to API key, override your stored IAM credentials with an IAM API key. Then call the `setIamCredentials()` method again.
198198

199199

200200
Supplying the IAM API key:
@@ -431,14 +431,14 @@ or [Stack Overflow](http://stackoverflow.com/questions/ask?tags=ibm-watson).
431431

432432

433433
[wdc]: https://www.ibm.com/watson/developer/
434-
[ibm_cloud]: https://console.bluemix.net
434+
[ibm_cloud]: https://cloud.ibm.com
435435
[Gradle]: http://www.gradle.org/
436436
[OkHttp]: http://square.github.io/okhttp/
437437
[gson]: https://github.com/google/gson
438438
[apache_maven]: http://maven.apache.org/
439439
[sonatype_snapshots]: https://oss.sonatype.org/content/repositories/snapshots/com/ibm/watson/developer_cloud/
440-
[vcap_services]: https://console.bluemix.net/docs/services/watson/getting-started-variables.html
441-
[ibm-cloud-onboarding]: http://console.bluemix.net/registration?target=/developer/watson&cm_sp=WatsonPlatform-WatsonServices-_-OnPageNavLink-IBMWatson_SDKs-_-Java
440+
[vcap_services]: https://cloud.ibm.com/docs/services/watson/getting-started-variables.html
441+
[ibm-cloud-onboarding]: http://cloud.ibm.com/registration?target=/developer/watson&cm_sp=WatsonPlatform-WatsonServices-_-OnPageNavLink-IBMWatson_SDKs-_-Java
442442

443443

444444
[jar]: https://github.com/watson-developer-cloud/java-sdk/releases/download/java-sdk-6.13.0/java-sdk-6.13.0-jar-with-dependencies.jar

0 commit comments

Comments
 (0)