AWS ivs documentation change
Summary
Fixed URL formatting by adding an extra slash in two API documentation links
Security assessment
The change only corrects URL formatting (adding double slashes) without altering security content. No security implications as token handling instructions remain unchanged.
Diff
diff --git a/ivs/latest/RealTimeUserGuide/getting-started-distribute-tokens.md b/ivs/latest/RealTimeUserGuide/getting-started-distribute-tokens.md index 40a06a3cf..7ea6ae942 100644 --- a//ivs/latest/RealTimeUserGuide/getting-started-distribute-tokens.md +++ b//ivs/latest/RealTimeUserGuide/getting-started-distribute-tokens.md @@ -132 +132 @@ The header specifies: - * `kid` is the ARN of the public key used to sign the token. It must be the same ARN returned from the [ GetPublicKey](https://docs.aws.amazon.com/ivs/latest/RealTimeAPIReference/API_GetPublicKey.html) API request. + * `kid` is the ARN of the public key used to sign the token. It must be the same ARN returned from the [ GetPublicKey](https://docs.aws.amazon.com//ivs/latest/RealTimeAPIReference/API_GetPublicKey.html) API request. @@ -237 +237 @@ When creating a participant token, you can optionally specify attributes and/or -For details, see [CreateParticipantToken](https://docs.aws.amazon.com/ivs/latest/RealTimeAPIReference/API_CreateParticipantToken.html). +For details, see [CreateParticipantToken](https://docs.aws.amazon.com//ivs/latest/RealTimeAPIReference/API_CreateParticipantToken.html).