Upgrade to NDK 18
diff --git a/docs/community/release-procedure.md b/docs/community/release-procedure.md
index 351ea29..a51faf7 100644
--- a/docs/community/release-procedure.md
+++ b/docs/community/release-procedure.md
@@ -59,7 +59,7 @@
 
 Release manager should always check the following things before you move to the next step:
 1. Check RELEASE_AUDIT.LOG to see if there is any license problems in your release candidate.
-1. Go to `apache_release_temp` and verify you can compile it from source by running `scripts/build_from_source.sh $NDK13_dir $NDK_16dir`
+1. Go to `apache_release_temp` and verify you can compile it from source by running `scripts/build_from_source.sh $NDK18_dir`
 
 ## Publish release candidate
 ::: warning
diff --git a/docs/zh/community/release-procedure.md b/docs/zh/community/release-procedure.md
index e3c333d..ade4fdb 100644
--- a/docs/zh/community/release-procedure.md
+++ b/docs/zh/community/release-procedure.md
@@ -63,7 +63,7 @@
 
 Release manager should always check the following things before you move to the next step:
 1. Check RELEASE_AUDIT.LOG to see if there is any license problems in your release candidate.
-1. Go to `apache_release_temp` and verify you can compile it from source by running `scripts/build_from_source.sh $NDK13_dir $NDK_16dir`
+1. Go to `apache_release_temp` and verify you can compile it from source by running `scripts/build_from_source.sh $NDK18`
 
 ## Publish release candidate
 ::: warning