Skip to content

Commit d9dfdd7

Browse files
chore: fix homepage link (#13)
1 parent 8d7ce03 commit d9dfdd7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.projenrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const CONSTRUCTS_VERSION = "3.3.69";
55

66
const project = new awscdk.AwsCdkConstructLibrary({
77
name: "cdk-monitoring-constructs",
8-
repositoryUrl: "git@github.com:cdklabs/cdk-monitoring-constructs.git",
8+
repositoryUrl: "https://github.com/cdklabs/cdk-monitoring-constructs",
99
author: "CDK Monitoring Constructs Team",
1010
authorAddress: "[email protected]",
1111
defaultReleaseBranch: "main",

package.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)