Skip to content

Commit b8560af

Browse files
authored
docs: fix URIs in S3 tables and Firehose documentation (#36293)
### Reason for this change Current documentation redirects to incorrect URIs. ### Description of changes Fix the links in documentation. ### Describe any new or updated permissions being added NA ### Description of how you validated changes Its just typescript documentation change. No need for validations. ### Checklist - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 529b3a7 commit b8560af

File tree

2 files changed

+2
-2
lines changed
  • packages
    • @aws-cdk/aws-s3tables-alpha/lib
    • aws-cdk-lib/aws-kinesisfirehose/lib/record-format

2 files changed

+2
-2
lines changed

packages/@aws-cdk/aws-s3tables-alpha/lib/table.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ export interface SchemaFieldProperty {
312312
/**
313313
* The field type.
314314
*
315-
* S3 Tables supports all Apache Iceberg primitive types. For more information, see the [Apache Iceberg documentation](https://docs.aws.amazon.com/https://iceberg.apache.org/spec/#primitive-types).
315+
* S3 Tables supports all Apache Iceberg primitive types. For more information, see the [Apache Iceberg documentation](https://iceberg.apache.org/spec/#primitive-types).
316316
*/
317317
readonly type: string;
318318
}

packages/aws-cdk-lib/aws-kinesisfirehose/lib/record-format/input.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export class TimestampParser {
9090
* Creates a TimestampParser from the given format string.
9191
*
9292
* The format string should be a valid Joda Time pattern string.
93-
* See [Class DateTimeFormat](https://docs.aws.amazon.com/https://www.joda.org/joda-time/apidocs/org/joda/time/format/DateTimeFormat.html) for more details
93+
* See [Class DateTimeFormat](https://www.joda.org/joda-time/apidocs/org/joda/time/format/DateTimeFormat.html) for more details
9494
*
9595
* @param format the Joda Time format string
9696
*/

0 commit comments

Comments
 (0)