AWS kinesisvideostreams documentation change
Summary
Updated API reference links from relative paths to absolute URLs
Security assessment
The changes only modify documentation links to use full URLs instead of relative paths. This improves link reliability but doesn't address security vulnerabilities or document security features.
Diff
diff --git a/kinesisvideostreams/latest/dg/hls-playback.md b/kinesisvideostreams/latest/dg/hls-playback.md index 9b7fc66fd..782cb052a 100644 --- a//kinesisvideostreams/latest/dg/hls-playback.md +++ b//kinesisvideostreams/latest/dg/hls-playback.md @@ -19 +19 @@ To view a Kinesis video stream using HLS, first create a streaming session using -Not all media sent to Kinesis Video Streams can be played back through HLS. See [GetHLSStreamingSessionURL](./API_reader_GetHLSStreamingSessionURL.html) for specific uploading requirements. +Not all media sent to Kinesis Video Streams can be played back through HLS. See [GetHLSStreamingSessionURL](https://docs.aws.amazon.com/kinesisvideostreams/latest/APIReference/API_reader_GetHLSStreamingSessionURL.html) for specific uploading requirements. @@ -118 +118 @@ Invoke the `GetHLSStreamingSessionURL` API with `ON_DEMAND` playback mode and an -The timestamps must be within 24-hours of each other, as mentioned in the [HLSTimestampRange](./API_reader_HLSTimestampRange.html) documentation. +The timestamps must be within 24-hours of each other, as mentioned in the [HLSTimestampRange](https://docs.aws.amazon.com/kinesisvideostreams/latest/APIReference/API_reader_HLSTimestampRange.html) documentation. @@ -213 +213 @@ The application retrieves the necessary values from input boxes on the HTML page -Use the Kinesis Video Streams client to invoke the [GetDataEndpoint](./API_GetDataEndpoint.html) API to retrieve the endpoint. +Use the Kinesis Video Streams client to invoke the [GetDataEndpoint](https://docs.aws.amazon.com/kinesisvideostreams/latest/APIReference/API_GetDataEndpoint.html) API to retrieve the endpoint. @@ -242 +242 @@ In the client configuration for the Kinesis Video Streams archived media client, -Use the Kinesis Video Streams archived media client to invoke the [GetHLSStreamingSessionURL](./API_reader_GetHLSStreamingSessionURL.html) API to retrieve the HLS playback URL. +Use the Kinesis Video Streams archived media client to invoke the [GetHLSStreamingSessionURL](https://docs.aws.amazon.com/kinesisvideostreams/latest/APIReference/API_reader_GetHLSStreamingSessionURL.html) API to retrieve the HLS playback URL.