From a2449c932c4e1507b8fed1cbb6253b768259c21c Mon Sep 17 00:00:00 2001 From: Fokko Driesprong Date: Mon, 19 Aug 2024 12:59:15 +0200 Subject: [PATCH] Update the paths This is in line with the paths above, and also with the previous version: https://dist.apache.org/repos/dist/release/iceberg/ --- website/src/release.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/release.md b/website/src/release.md index d316e9cdc..a822b1e72 100644 --- a/website/src/release.md +++ b/website/src/release.md @@ -322,7 +322,7 @@ git push origin ${iceberg_version} ### Publish artifacts to SVN RELEASE branch ```shell -svn mv https://dist.apache.org/repos/dist/dev/iceberg/iceberg-rust/${release_version} https://dist.apache.org/repos/dist/release/iceberg/iceberg-rust/${iceberg_version} -m "Release ${iceberg_version}" +svn mv https://dist.apache.org/repos/dist/dev/iceberg/iceberg-rust-${release_version} https://dist.apache.org/repos/dist/release/iceberg/iceberg-rust-${iceberg_version} -m "Release Apache Iceberg Rust ${iceberg_version}" ``` ### Change Iceberg Rust Website download link