diff --git a/community/contributing/how-to-release.md b/community/contributing/how-to-release.md index 340b2bab38..b3730a27b7 100644 --- a/community/contributing/how-to-release.md +++ b/community/contributing/how-to-release.md @@ -99,7 +99,7 @@ Following is the basic check items for the release artifacts. ```shell # download KEYS -$ curl https://dist.apache.org/repos/dist/release/incubator/answer/KEYS > KEYS +$ curl https://downloads.apache.org/incubator/answer/KEYS > KEYS # import KEYS and trust the key, please replace the email address with the one you want to trust. $ gpg --import KEYS