diff --git a/.github/linters/.markdown-lint.yml b/.github/linters/.markdown-lint.yml index 0e1f424fd3..e19d23cfbb 100644 --- a/.github/linters/.markdown-lint.yml +++ b/.github/linters/.markdown-lint.yml @@ -17,7 +17,6 @@ MD032: false MD033: false MD034: false MD036: false -MD037: false MD038: false MD040: false MD041: false diff --git a/docs/community/release-manager.md b/docs/community/release-manager.md index e875eba729..35f254c72d 100644 --- a/docs/community/release-manager.md +++ b/docs/community/release-manager.md @@ -56,8 +56,8 @@ JAVA_HOME="${JAVA_HOME:-$(/usr/libexec/java_home -v 1.8)}" exec "/usr/local/Cell ### 3. Use SVN to update KEYS Use SVN to append your armored PGP public key to the `KEYS` files - * https://dist.apache.org/repos/dist/dev/sedona/KEYS - * https://dist.apache.org/repos/dist/release/sedona/KEYS + * https://dist.apache.org/repos/dist/dev/sedona/KEYS + * https://dist.apache.org/repos/dist/release/sedona/KEYS 1. Check out both KEYS files ```bash