You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -143,10 +143,9 @@ Watson services are migrating to token-based Identity and Access Management (IAM
143
143
### Getting credentials
144
144
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:
145
145
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.
150
149
151
150
In your code, you can use these values in the service constructor or with a method call after instantiating your service.
152
151
@@ -420,7 +419,6 @@ or [Stack Overflow](http://stackoverflow.com/questions/ask?tags=ibm-watson).
0 commit comments