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: .github/ISSUE_TEMPLATE/bug_report.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,8 @@ assignees: ''
10
10
**Service Status**
11
11
Please review the following:
12
12
13
-
-If the bug is because of the service issue, and service is throwing 5xx error, please go to https://console.bluemix.net/status?tags=platform,runtimes,services&view=n:i and check the status of the service.
14
-
- If it's not a service issue, please continue with a bug report.
13
+
- For service issues or 5xx errors, first, go to the [IBM Cloud status page](https://cloud.ibm.com/status?component=compare-comply%2Cdiscovery%2Cconversation%2Cwatson-vision-combined%2Cnatural-language-understanding%2Cnatural-language-classifier%2Clanguage-translator%2Cpersonality-insights%2Cspeech-to-text%2Ctext-to-speech%2Ctone-analyzer&selected=status) and check the status of the service.
14
+
-If the service status is OK, continue with a bug report.
15
15
16
16
**Describe the bug**
17
17
A clear and concise description of what the bug is.
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -124,7 +124,7 @@ IBM Cloud is migrating to token-based Identity and Access Management (IAM) authe
124
124
You supply either an IAM service **API key** or an **access token**:
125
125
126
126
- 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.
127
-
- 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).
127
+
- 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?topic=watson-iam).
128
128
129
129
#### Supplying the IAM API key
130
130
@@ -133,7 +133,7 @@ You supply either an IAM service **API key** or an **access token**:
133
133
discovery =IBMWatson::DiscoveryV1.new(
134
134
version:"2017-10-16",
135
135
iam_apikey:"<iam_apikey>",
136
-
iam_url:"<iam_url>"# optional - the default value is https://iam.ng.bluemix.net/identity/token
136
+
iam_url:"<iam_url>"# optional - the default value is https://iam.cloud.ibm.com/identity/token
137
137
)
138
138
```
139
139
@@ -364,11 +364,11 @@ Here are some projects that have been using the SDK:
364
364
We'd love to highlight cool open-source projects that use this SDK! If you'd like to get your project added to the list, feel free to make an issue linking us to it.
0 commit comments