Update KEYS location
diff --git a/src/md/release.md b/src/md/release.md
index 0fa9fc9..e43996f 100644
--- a/src/md/release.md
+++ b/src/md/release.md
@@ -97,7 +97,7 @@
 ## Build and Deploy Release Candidate
 Prerequisites:
 
- - GPG key needs to be in https://dist.apache.org/repos/dist/release/incubator/apex/KEYS
+ - GPG key needs to be in https://dist.apache.org/repos/dist/release/apex/KEYS
  - Credentials for `apache.staging.https` server distribution management in `~/.m2/settings.xml`
  - Tag pushed to ASF git
 
diff --git a/src/md/verification.md b/src/md/verification.md
index 410346f..7636ba3 100644
--- a/src/md/verification.md
+++ b/src/md/verification.md
@@ -3,7 +3,7 @@
 ## Prerequisites
 Download the KEYS file and import it.  Verify that the key just imported is correct.
 ```bash
-wget https://dist.apache.org/repos/dist/release/incubator/apex/KEYS
+wget https://dist.apache.org/repos/dist/release/apex/KEYS
 gpg --import KEYS
 gpg --fingerprint <key-id>
 ```