Skip to content

Commit 9597b92

Browse files
authored
docs: remove unnecessary words that are breaking the formatting in the docs (#30685)
Remove unnecessary `for more details` which break the formatting from the `@see` docs. <img width="740" alt="スクリーンショット 2024-06-27 1 37 03" src="https://github.com/aws/aws-cdk/assets/13781813/9595aaf1-6345-4b07-9e70-c7e0a532a888"> Ref: * https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_codebuild.Project.html#subnetselection * https://docs.aws.amazon.com/cdk/api/v2/docs/@aws-cdk_aws-apprunner-alpha.ImageRepository.html#imageidentifierspan-classapi-icon-api-icon-experimental-titlethis-api-element-is-experimental-it-may-change-without-noticespan ### 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 eaa8f3e commit 9597b92

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/@aws-cdk/aws-apprunner-alpha/lib/service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ export interface ImageRepository {
577577
* always be `public.ecr.aws`. For `ECR`, the pattern should be
578578
* `([0-9]{12}.dkr.ecr.[a-z\-]+-[0-9]{1}.amazonaws.com\/.*)`.
579579
*
580-
* @see https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apprunner-service-imagerepository.html for more details.
580+
* @see https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apprunner-service-imagerepository.html
581581
*/
582582
readonly imageIdentifier: string;
583583

packages/aws-cdk-lib/aws-codebuild/lib/project.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ export interface CommonProjectProps {
631631
* then PRIVATE_WITHOUT_EGRESS, and finally PUBLIC subnets. If your VPC doesn't have PRIVATE_WITH_EGRESS subnets but you need
632632
* AWS service access, add VPC Endpoints to your private subnets.
633633
*
634-
* @see https://docs.aws.amazon.com/codebuild/latest/userguide/vpc-support.html for more details.
634+
* @see https://docs.aws.amazon.com/codebuild/latest/userguide/vpc-support.html
635635
*
636636
* @default - private subnets if available else public subnets
637637
*/

0 commit comments

Comments
 (0)