Skip to content

Commit 3d259d6

Browse files
authoredAug 10, 2022
docs: link to single source of truth for public pgp keys (aws#21541)
---- ### All Submissions: * [x] Have you followed the guidelines in our [Contributing guide?](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) ### Adding new Unconventional Dependencies: * [ ] This PR adds new unconventional dependencies following the process described [here](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md/#adding-new-unconventional-dependencies) ### New Features * [ ] Have you added the new feature to an [integration test](https://github.com/aws/aws-cdk/blob/main/INTEGRATION_TESTS.md)? * [ ] Did you use `yarn integ` to deploy the infrastructure and generate the snapshot (i.e. `yarn integ` without `--dry-run`)? *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 5515ce4 commit 3d259d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎MANUAL_INSTALLATION.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ its signature against our public signing key. To do so, you need
6868
the following things:
6969

7070
* [GNU Privacy Guard](https://gnupg.org/) needs to be installed.
71-
* Download our public key: https://s3.amazonaws.com/aws-cdk-beta/cdk-team.asc
71+
* Download our public key: https://docs.aws.amazon.com/cdk/v2/guide/pgp-keys.html
7272
* Make sure you have downloaded both `aws-cdk-x.y.z.zip`
7373
and `aws-cdk-x.y.z.zip.sig`.
7474

0 commit comments

Comments
 (0)
Please sign in to comment.