Skip to content

Commit 6a26f25

Browse files
committed
docs: update docs to reflect docs/ link flattening
1 parent 53460d2 commit 6a26f25

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Examples/ExampleTextToSpeechV1.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ void Update()
7575
}
7676
textInput.text = placeholderText;
7777
audioStream = null;
78-
StartListening(); // need to connect because service disconnect websocket after transcribing https://cloud.ibm.com/docs/services/text-to-speech?topic=text-to-speech-usingWebSocket#WSsend
78+
StartListening(); // need to connect because service disconnect websocket after transcribing https://cloud.ibm.com/docs/text-to-speech?topic=text-to-speech-usingWebSocket#WSsend
7979
}
8080
}
8181

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Some services use token-based Identity and Access Management (IAM) authenticatio
111111
You supply either an IAM service **API key** or an **access token**:
112112

113113
- 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.
114-
- 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). If you want to switch to API key, in a coroutine, override your stored IAM credentials with an IAM API key and yield until the credentials object `HasIamTokenData()` returns `true`.
114+
- Use the access token if you want to manage the lifecycle yourself. For details, see [Authenticating with IAM tokens](https://cloud.ibm.com/docs/watson?topic=watson-iam). If you want to switch to API key, in a coroutine, override your stored IAM credentials with an IAM API key and yield until the credentials object `HasIamTokenData()` returns `true`.
115115

116116
#### Supplying the IAM API key
117117
```cs

0 commit comments

Comments
 (0)