Skip to content

Commit d43c6dc

Browse files
authored
chore: fix homepage url (backport #96) (#102)
This is an automatic backport of pull request #96 done by [Mergify](https://mergify.com). --- <details> <summary>Mergify commands and options</summary> <br /> More conditions and actions can be found in the [documentation](https://docs.mergify.com/). You can also trigger Mergify actions by commenting on this pull request: - `@Mergifyio refresh` will re-evaluate the rules - `@Mergifyio rebase` will rebase this PR on its base branch - `@Mergifyio update` will merge the base branch into this PR - `@Mergifyio backport <destination>` will backport this PR on `<destination>` branch Additionally, on Mergify [dashboard](https://dashboard.mergify.com/) you can: - look at your merge queues - generate the Mergify configuration with the config editor. Finally, you can contact us on https://mergify.com </details>
1 parent 71c70d0 commit d43c6dc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.projenrc.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
1212
name: `@aws-cdk/lambda-layer-kubectl-v${SPEC_VERSION}`,
1313
description: `A Lambda Layer that contains kubectl v1.${SPEC_VERSION}`,
1414
repositoryUrl: 'https://github.com/cdklabs/awscdk-asset-kubectl.git',
15-
homepage: 'https://github.com/cdklabs/aws-asset-awscli#readme',
15+
homepage: 'https://github.com/cdklabs/awscdk-asset-kubectl#readme',
1616
autoApproveOptions: {
1717
allowedUsernames: ['aws-cdk-automation'],
1818
secret: 'GITHUB_TOKEN',
@@ -81,4 +81,4 @@ upgradeWorkflow.patch(JsonPatch.add('/jobs/upgrade/container/options', '--group-
8181

8282
project.preCompileTask.exec('layer/build.sh');
8383

84-
project.synth();
84+
project.synth();

package.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)