incorrect links to Java docs #27228
Labels
@aws-cdk/aws-s3
Related to Amazon S3
@aws-cdk/core
Related to core CDK functionality
bug
This issue is a bug.
documentation
This is a problem with documentation.
effort/small
Small work item – less than a day of effort
jsii
This issue originates in jsii, or this feature must be implemented in jsii.
p1
response-requested
Waiting on additional info and feedback. Will move to "closing-soon" in 7 days.
Describe the issue
The main docs are generating incorrect links to the Java docs.
For example, Bucket incorrectly links to https://docs.aws.amazon.com/cdk/api/v2/java/index.html?software/amazon/awscdk/services/s3/Bucket.html instead of https://docs.aws.amazon.com/cdk/api/v2/java/software/amazon/awscdk/services/s3/Bucket.html.
This problem is pervasive, so it seems more like some auto-generation problem than a one-off issue.
Links
https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_s3.Bucket.html
https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.Stack.html
https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_dynamodb.Table.html
to name a few
The text was updated successfully, but these errors were encountered: