cdklabs / construct-hub

AWS CDK construct library that can be used to deploy instances of the Construct Hub in any AWS Account.
https://constructs.dev
Apache License 2.0
202 stars 26 forks source link

README links to ConstructHub are modified and lead to 404 #1077

Open ryparker opened 1 year ago

ryparker commented 1 year ago

What is the URL of the page with the issue?

https://constructs.dev/packages/@cdklabs/cdk-ecs-codedeploy/v/0.0.15?lang=typescript

What did you do?

The construct's README contains a link to the construct's ConstructHub page.

CleanShot 2022-12-22 at 11 45 54@2x

What did you expect to happen?

When clicked I should not be navigated anywhere since I am already on the linked page.

What actually happened?

The link is modified by ConstructHub and directs to an invalid page, resulting in 404.

Actual link (see README on GitHub): https://constructs.dev/packages/@cdklabs/cdk-ecs-codedeploy

Modified link: https://constructs.dev/packages/@cdklabs/cdk-ecs-codedeploy/v/https://constructs.dev/packages/@cdklabs/cdk-ecs-codedeploy

Web Browser

Brave (Chrome)

OS

macOS

Other information

No response

ryparker commented 1 year ago

Possibly related to https://github.com/cdklabs/construct-hub/issues/666