Skip to content

Commit 8e6efa6

Browse files
committed
docs: Update docs for getting credentials
1 parent b36e0c3 commit 8e6efa6

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,9 @@ Watson services are migrating to token-based Identity and Access Management (IAM
143143
### Getting credentials
144144
To find out which authentication to use, view the service credentials. You find the service credentials for authentication the same way for all Watson services:
145145

146-
1. Go to the IBM Cloud **[Dashboard][watson-dashboard]** page.
147-
1. Either click an existing Watson service instance or click **Create**.
148-
1. Click **Show** to view your service credentials.
149-
1. Copy the `url` and either `apikey` or `username` and `password`.
146+
1. Go to the IBM Cloud [Dashboard](https://console.bluemix.net/dashboard/apps?category=ai) page.
147+
1. Either click an existing Watson service instance or click [**Create resource > AI**](https://console.bluemix.net/catalog/?category=ai) and create a service instance.
148+
1. Copy the `url` and either `apikey` or `username` and `password`. Click **Show** if the credentials are masked.
150149

151150
In your code, you can use these values in the service constructor or with a method call after instantiating your service.
152151

@@ -420,7 +419,6 @@ or [Stack Overflow](http://stackoverflow.com/questions/ask?tags=ibm-watson).
420419

421420
[wdc]: https://www.ibm.com/watson/developer/
422421
[ibm_cloud]: https://console.bluemix.net
423-
[watson-dashboard]: https://console.bluemix.net/dashboard/apps?category=watson
424422
[Gradle]: http://www.gradle.org/
425423
[OkHttp]: http://square.github.io/okhttp/
426424
[gson]: https://github.com/google/gson

0 commit comments

Comments
 (0)