From 27b83e30952bf3a3b2cdf4000218acbdf1cd5f06 Mon Sep 17 00:00:00 2001 From: Eric Mann Date: Tue, 22 Apr 2025 06:26:19 -0700 Subject: [PATCH] Change RC downloads scp instructions as per the new jump box documentation --- docs/release-process.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release-process.md b/docs/release-process.md index 36963b4318e..4c37d2b0873 100644 --- a/docs/release-process.md +++ b/docs/release-process.md @@ -325,7 +325,7 @@ slightly different steps. We'll call attention where the steps differ. downloads.php.net. ```shell - scp php-X.Y.ZRCn.tar.* downloads.php.net:~/public_html/ + scp php-X.Y.ZRCn.tar.* downloads.internal.php.net:~/public_html/ ``` > 💬 **Hint** \