From da8aaff4e1af18a935823bc0f2f996084d6e97a6 Mon Sep 17 00:00:00 2001 From: liuxiao Date: Tue, 9 May 2023 00:56:45 +0800 Subject: [PATCH 1/6] fix hugegraph-loader download link --- content/cn/docs/quickstart/hugegraph-loader.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/cn/docs/quickstart/hugegraph-loader.md b/content/cn/docs/quickstart/hugegraph-loader.md index 7e6b6b307..14312b2f1 100644 --- a/content/cn/docs/quickstart/hugegraph-loader.md +++ b/content/cn/docs/quickstart/hugegraph-loader.md @@ -32,7 +32,7 @@ HugeGraph-Loader 是 HugeGraph 的数据导入组件,能够将多种数据源 下载最新版本的 HugeGraph-Toolchain Release 包, 里面包含了 loader + tool + hubble 全套工具, 如果你已经下载, 可跳过重复步骤 ```bash -wget https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0.tar.gz +wget https://downloads.apache.org/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0.tar.gz tar zxf *hugegraph*.tar.gz ``` From 23e7448cdd50dc36fc6b76ab465f927aedc05e8a Mon Sep 17 00:00:00 2001 From: liuxiao Date: Tue, 9 May 2023 01:32:04 +0800 Subject: [PATCH 2/6] fix outdate link --- .github/workflows/validate-release.yml | 2 +- .../docs/contribution-guidelines/validate-release.md | 6 +++--- content/cn/docs/quickstart/hugegraph-loader.md | 2 +- content/cn/docs/quickstart/hugegraph-server.md | 4 ++-- content/cn/docs/quickstart/hugegraph-tools.md | 4 ++-- .../docs/contribution-guidelines/validate-release.md | 6 +++--- content/en/docs/quickstart/hugegraph-loader.md | 4 ++-- content/en/docs/quickstart/hugegraph-server.md | 10 +++++----- content/en/docs/quickstart/hugegraph-tools.md | 4 ++-- dist/validate-release.sh | 2 +- 10 files changed, 22 insertions(+), 22 deletions(-) diff --git a/.github/workflows/validate-release.yml b/.github/workflows/validate-release.yml index fcff42412..4073f8723 100644 --- a/.github/workflows/validate-release.yml +++ b/.github/workflows/validate-release.yml @@ -23,7 +23,7 @@ jobs: runs-on: ${{ matrix.os }} env: SCRIPT_PATH: hugegraph-dist/scripts/ - URL_PREFIX: https://dist.apache.org/repos/dist/dev/incubator/hugegraph/ + URL_PREFIX: https://downloads.apache.org/incubator/hugegraph/ USER: ${{ inputs.gpg_user }} # TODO: parse version from the running branch name & also adapt the input version RELEASE_VERSION: '' diff --git a/content/cn/docs/contribution-guidelines/validate-release.md b/content/cn/docs/contribution-guidelines/validate-release.md index ef51792f4..7d078722f 100644 --- a/content/cn/docs/contribution-guidelines/validate-release.md +++ b/content/cn/docs/contribution-guidelines/validate-release.md @@ -38,9 +38,9 @@ sudo apt-get install wget -y brew install wget # 4. 下载 hugegraph-svn 目录 (版本号注意填写此次验证版本, 这里以1.0.0为例) -svn co https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/ +svn co https://downloads.apache.org/incubator/hugegraph/1.0.0/ # (注) 如果出现 svn 下载某个文件速度很慢的情况, 可以考虑 wget 单个文件下载, 如下 (或考虑使用 VPN / 代理) -wget https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0.tar.gz +wget https://downloads.apache.org/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0.tar.gz ``` #### 2. 检查 hash 值 @@ -97,7 +97,7 @@ for i in *.tar.gz; do echo $i; gpg --verify $i.asc $i ; done 这里分源码包 + 二进制包两个方面, 源码包更为严格, 挑核心的部分说 (完整的列表可参考官方 [Wiki](https://cwiki.apache.org/confluence/display/INCUBATOR/Incubator+Release+Checklist), 比较长) -首先我们需要从 apache 官方的 `release-candidate` 地址下载包到本地 (地址: [点击跳转](https://dist.apache.org/repos/dist/dev/incubator/hugegraph/)) +首先我们需要从 apache 官方的 `release-candidate` 地址下载包到本地 (地址: [点击跳转](https://downloads.apache.org/incubator/hugegraph/)) ##### A. 源码包 diff --git a/content/cn/docs/quickstart/hugegraph-loader.md b/content/cn/docs/quickstart/hugegraph-loader.md index 14312b2f1..357109a69 100644 --- a/content/cn/docs/quickstart/hugegraph-loader.md +++ b/content/cn/docs/quickstart/hugegraph-loader.md @@ -45,7 +45,7 @@ tar zxf *hugegraph*.tar.gz git clone https://github.com/apache/hugegraph-toolchain.git # 2. get from direct (e.g. here is 1.0.0, please choose the latest version) -wget https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0-src.tar.gz +wget https://downloads.apache.org/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0-src.tar.gz ``` 由于Oracle ojdbc license的限制,需要手动安装ojdbc到本地maven仓库。 diff --git a/content/cn/docs/quickstart/hugegraph-server.md b/content/cn/docs/quickstart/hugegraph-server.md index 818480ee9..6dd35d47b 100644 --- a/content/cn/docs/quickstart/hugegraph-server.md +++ b/content/cn/docs/quickstart/hugegraph-server.md @@ -47,7 +47,7 @@ HugeGraph-Tools 提供了一键部署的命令行工具,用户可以使用该 ```bash # download toolchain package, it includes loader + tool + hubble, please check the latest version (here is 1.0.0) -wget https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0.tar.gz +wget https://downloads.apache.org/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0.tar.gz tar zxf *hugegraph-*.tar.gz # enter the tool's package cd *hugegraph*/*tool* @@ -67,7 +67,7 @@ bin/hugegraph deploy -v {hugegraph-version} -p {install-path} [-u {download-path ```bash # use the latest version, here is 1.0.0 for example -wget https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-incubating-1.0.0.tar.gz +wget https://downloads.apache.org/incubator/hugegraph/1.0.0/apache-hugegraph-incubating-1.0.0.tar.gz tar zxf *hugegraph*.tar.gz ``` diff --git a/content/cn/docs/quickstart/hugegraph-tools.md b/content/cn/docs/quickstart/hugegraph-tools.md index 598d3d806..cab1be42e 100644 --- a/content/cn/docs/quickstart/hugegraph-tools.md +++ b/content/cn/docs/quickstart/hugegraph-tools.md @@ -20,7 +20,7 @@ HugeGraph-Tools 是 HugeGraph 的自动化部署、管理和备份/还原组件 下载最新版本的 HugeGraph-Toolchain 包, 然后进入 tools 子目录 ```bash -wget https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0.tar.gz +wget https://downloads.apache.org/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0.tar.gz tar zxf *hugegraph*.tar.gz ``` @@ -34,7 +34,7 @@ tar zxf *hugegraph*.tar.gz git clone https://github.com/apache/hugegraph-toolchain.git # 2. get from direct (e.g. here is 1.0.0, please choose the latest version) -wget https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0-src.tar.gz +wget https://downloads.apache.org/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0-src.tar.gz ``` 编译生成 tar 包: diff --git a/content/en/docs/contribution-guidelines/validate-release.md b/content/en/docs/contribution-guidelines/validate-release.md index ddf5fd3da..d953f2f6a 100644 --- a/content/en/docs/contribution-guidelines/validate-release.md +++ b/content/en/docs/contribution-guidelines/validate-release.md @@ -37,9 +37,9 @@ sudo apt-get install wget -y brew install wget # 4. Download the hugegraph-svn directory (version number, pay attention to fill in the verification version, here we take 1.0.0 as an example) -svn co https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/ +svn co https://downloads.apache.org/incubator/hugegraph/1.0.0/ # (Note) If svn downloads a file very slowly, you can consider wget to download a single file, as follows (or consider using a proxy) -wget https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0.tar.gz +wget https://downloads.apache.org/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0.tar.gz ``` #### 2. check hash value @@ -98,7 +98,7 @@ First confirm the overall integrity/consistency, and then confirm the specific c Here it is divided into two aspects: source code package + binary package, The source code package is stricter, it can be said that the core part (Because it is longer,For a complete list refer to the official [Wiki](https://cwiki.apache.org/confluence/display/INCUBATOR/Incubator+Release+Checklist)) -First of all, we need to download the package from the apache official `release-candidate` URL to the local (URL: [click to jump](https://dist.apache.org/repos/dist/dev/incubator/hugegraph/)) +First of all, we need to download the package from the apache official `release-candidate` URL to the local (URL: [click to jump](https://downloads.apache.org/incubator/hugegraph/)) ##### A. source package diff --git a/content/en/docs/quickstart/hugegraph-loader.md b/content/en/docs/quickstart/hugegraph-loader.md index a4b7af68a..313110f8e 100644 --- a/content/en/docs/quickstart/hugegraph-loader.md +++ b/content/en/docs/quickstart/hugegraph-loader.md @@ -31,7 +31,7 @@ There are two ways to get HugeGraph-Loader: Download the latest version of the HugeGraph-Toolchain release package: ```bash -wget https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0.tar.gz +wget https://downloads.apache.org/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0.tar.gz tar zxf *hugegraph*.tar.gz ``` @@ -44,7 +44,7 @@ Clone the latest version of HugeGraph-Loader source package: git clone https://github.com/apache/hugegraph-toolchain.git # 2. get from direct (e.g. here is 1.0.0, please choose the latest version) -wget https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0-src.tar.gz +wget https://downloads.apache.org/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0-src.tar.gz ``` Due to the license limitation of the `Oracle OJDBC`, you need to manually install ojdbc to the local maven repository. diff --git a/content/en/docs/quickstart/hugegraph-server.md b/content/en/docs/quickstart/hugegraph-server.md index 1346d8a9f..88a9d3d30 100644 --- a/content/en/docs/quickstart/hugegraph-server.md +++ b/content/en/docs/quickstart/hugegraph-server.md @@ -42,7 +42,7 @@ Of course, you should download the tarball of `HugeGraph-Toolchain` first. ```bash # download toolchain binary package, it includes loader + tool + hubble # please check the latest version (e.g. here is 1.0.0) -wget https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0.tar.gz +wget https://downloads.apache.org/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0.tar.gz tar zxf *hugegraph-*.tar.gz # enter the tool's package @@ -64,12 +64,12 @@ bin/hugegraph deploy -v {hugegraph-version} -p {install-path} [-u {download-path You could download the binary tarball from the download page of ASF site like this: ```bash # use the latest version, here is 1.0.0 for example -wget https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-incubating-1.0.0.tar.gz +wget https://downloads.apache.org/incubator/hugegraph/1.0.0/apache-hugegraph-incubating-1.0.0.tar.gz tar zxf *hugegraph*.tar.gz # (Optional) verify the integrity with SHA512 (recommended) shasum -a 512 apache-hugegraph-incubating-1.0.0.tar.gz -curl https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-incubating-1.0.0.tar.gz.sha512 +curl https://downloads.apache.org/incubator/hugegraph/1.0.0/apache-hugegraph-incubating-1.0.0.tar.gz.sha512 ``` #### 3.3 Source code compilation @@ -81,12 +81,12 @@ We could get HugeGraph **source code** by 2 ways: (So as the other HugeGraph rep ```bash # Way 1. download release package from the ASF site -wget https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-incubating-src-1.0.0.tar.gz +wget https://downloads.apache.org/incubator/hugegraph/1.0.0/apache-hugegraph-incubating-src-1.0.0.tar.gz tar zxf *hugegraph*.tar.gz # (Optional) verify the integrity with SHA512 (recommended) shasum -a 512 apache-hugegraph-incubating-src-1.0.0.tar.gz -curl https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-incubating-1.0.0-src.tar.gz.sha512 +curl https://downloads.apache.org/incubator/hugegraph/1.0.0/apache-hugegraph-incubating-1.0.0-src.tar.gz.sha512 # Way2 : clone the latest code by git way (e.g GitHub) git clone https://github.com/apache/hugegraph.git diff --git a/content/en/docs/quickstart/hugegraph-tools.md b/content/en/docs/quickstart/hugegraph-tools.md index c5e7ba862..05f566b5b 100644 --- a/content/en/docs/quickstart/hugegraph-tools.md +++ b/content/en/docs/quickstart/hugegraph-tools.md @@ -20,7 +20,7 @@ There are two ways to get HugeGraph-Tools: Download the latest version of the HugeGraph-Toolchain package: ```bash -wget https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0.tar.gz +wget https://downloads.apache.org/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0.tar.gz tar zxf *hugegraph*.tar.gz ``` @@ -34,7 +34,7 @@ Download the latest version of the HugeGraph-Tools source package: git clone https://github.com/apache/hugegraph-toolchain.git # 2. get from direct (e.g. here is 1.0.0, please choose the latest version) -wget https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0-src.tar.gz +wget https://downloads.apache.org/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0-src.tar.gz ``` Compile and generate tar package: diff --git a/dist/validate-release.sh b/dist/validate-release.sh index 735dc30b3..85877cb82 100755 --- a/dist/validate-release.sh +++ b/dist/validate-release.sh @@ -21,7 +21,7 @@ # 3. Compile the source package & run server & toolchain # 4. Run server & toolchain in binary package -URL_PREFIX="https://dist.apache.org/repos/dist/dev/incubator/hugegraph/" +URL_PREFIX="https://downloads.apache.org/incubator/hugegraph/" # release version (input by committer) RELEASE_VERSION=$1 JAVA_VERSION=$2 From 8f8cbad8c942a3d245cd99a5d3cfb9e89acc9eed Mon Sep 17 00:00:00 2001 From: liuxiao Date: Tue, 9 May 2023 12:33:51 +0800 Subject: [PATCH 3/6] revert svn link --- .github/workflows/validate-release.yml | 2 +- content/cn/docs/contribution-guidelines/validate-release.md | 2 +- content/en/docs/contribution-guidelines/validate-release.md | 2 +- dist/validate-release.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/validate-release.yml b/.github/workflows/validate-release.yml index 4073f8723..fcff42412 100644 --- a/.github/workflows/validate-release.yml +++ b/.github/workflows/validate-release.yml @@ -23,7 +23,7 @@ jobs: runs-on: ${{ matrix.os }} env: SCRIPT_PATH: hugegraph-dist/scripts/ - URL_PREFIX: https://downloads.apache.org/incubator/hugegraph/ + URL_PREFIX: https://dist.apache.org/repos/dist/dev/incubator/hugegraph/ USER: ${{ inputs.gpg_user }} # TODO: parse version from the running branch name & also adapt the input version RELEASE_VERSION: '' diff --git a/content/cn/docs/contribution-guidelines/validate-release.md b/content/cn/docs/contribution-guidelines/validate-release.md index 7d078722f..56214796b 100644 --- a/content/cn/docs/contribution-guidelines/validate-release.md +++ b/content/cn/docs/contribution-guidelines/validate-release.md @@ -38,7 +38,7 @@ sudo apt-get install wget -y brew install wget # 4. 下载 hugegraph-svn 目录 (版本号注意填写此次验证版本, 这里以1.0.0为例) -svn co https://downloads.apache.org/incubator/hugegraph/1.0.0/ +svn co https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/ # (注) 如果出现 svn 下载某个文件速度很慢的情况, 可以考虑 wget 单个文件下载, 如下 (或考虑使用 VPN / 代理) wget https://downloads.apache.org/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0.tar.gz ``` diff --git a/content/en/docs/contribution-guidelines/validate-release.md b/content/en/docs/contribution-guidelines/validate-release.md index d953f2f6a..c79d50f91 100644 --- a/content/en/docs/contribution-guidelines/validate-release.md +++ b/content/en/docs/contribution-guidelines/validate-release.md @@ -37,7 +37,7 @@ sudo apt-get install wget -y brew install wget # 4. Download the hugegraph-svn directory (version number, pay attention to fill in the verification version, here we take 1.0.0 as an example) -svn co https://downloads.apache.org/incubator/hugegraph/1.0.0/ +svn co https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/ # (Note) If svn downloads a file very slowly, you can consider wget to download a single file, as follows (or consider using a proxy) wget https://downloads.apache.org/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0.tar.gz ``` diff --git a/dist/validate-release.sh b/dist/validate-release.sh index 85877cb82..735dc30b3 100755 --- a/dist/validate-release.sh +++ b/dist/validate-release.sh @@ -21,7 +21,7 @@ # 3. Compile the source package & run server & toolchain # 4. Run server & toolchain in binary package -URL_PREFIX="https://downloads.apache.org/incubator/hugegraph/" +URL_PREFIX="https://dist.apache.org/repos/dist/dev/incubator/hugegraph/" # release version (input by committer) RELEASE_VERSION=$1 JAVA_VERSION=$2 From 4cb9f8d3a9832e626a1e5c17c64add306dd568c1 Mon Sep 17 00:00:00 2001 From: liuxiao Date: Tue, 9 May 2023 20:40:14 +0800 Subject: [PATCH 4/6] revert svn urls --- content/cn/docs/contribution-guidelines/validate-release.md | 2 +- content/en/docs/contribution-guidelines/validate-release.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/cn/docs/contribution-guidelines/validate-release.md b/content/cn/docs/contribution-guidelines/validate-release.md index 56214796b..f8bf946f5 100644 --- a/content/cn/docs/contribution-guidelines/validate-release.md +++ b/content/cn/docs/contribution-guidelines/validate-release.md @@ -97,7 +97,7 @@ for i in *.tar.gz; do echo $i; gpg --verify $i.asc $i ; done 这里分源码包 + 二进制包两个方面, 源码包更为严格, 挑核心的部分说 (完整的列表可参考官方 [Wiki](https://cwiki.apache.org/confluence/display/INCUBATOR/Incubator+Release+Checklist), 比较长) -首先我们需要从 apache 官方的 `release-candidate` 地址下载包到本地 (地址: [点击跳转](https://downloads.apache.org/incubator/hugegraph/)) +首先我们需要从 apache 官方的 `release-candidate` 地址下载包到本地 (地址: [点击跳转](https://dist.apache.org/repos/dist/dev/incubator/hugegraph/)) ##### A. 源码包 diff --git a/content/en/docs/contribution-guidelines/validate-release.md b/content/en/docs/contribution-guidelines/validate-release.md index c79d50f91..d3c49df9b 100644 --- a/content/en/docs/contribution-guidelines/validate-release.md +++ b/content/en/docs/contribution-guidelines/validate-release.md @@ -98,7 +98,7 @@ First confirm the overall integrity/consistency, and then confirm the specific c Here it is divided into two aspects: source code package + binary package, The source code package is stricter, it can be said that the core part (Because it is longer,For a complete list refer to the official [Wiki](https://cwiki.apache.org/confluence/display/INCUBATOR/Incubator+Release+Checklist)) -First of all, we need to download the package from the apache official `release-candidate` URL to the local (URL: [click to jump](https://downloads.apache.org/incubator/hugegraph/)) +First of all, we need to download the package from the apache official `release-candidate` URL to the local (URL: [click to jump](https://dist.apache.org/repos/dist/dev/incubator/hugegraph/)) ##### A. source package From 08d6a17276e71683613ef3a4f84746e517f135db Mon Sep 17 00:00:00 2001 From: imbajin Date: Tue, 9 May 2023 21:24:57 +0800 Subject: [PATCH 5/6] revert url --- content/cn/docs/contribution-guidelines/validate-release.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/cn/docs/contribution-guidelines/validate-release.md b/content/cn/docs/contribution-guidelines/validate-release.md index f8bf946f5..ef51792f4 100644 --- a/content/cn/docs/contribution-guidelines/validate-release.md +++ b/content/cn/docs/contribution-guidelines/validate-release.md @@ -40,7 +40,7 @@ brew install wget # 4. 下载 hugegraph-svn 目录 (版本号注意填写此次验证版本, 这里以1.0.0为例) svn co https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/ # (注) 如果出现 svn 下载某个文件速度很慢的情况, 可以考虑 wget 单个文件下载, 如下 (或考虑使用 VPN / 代理) -wget https://downloads.apache.org/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0.tar.gz +wget https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0.tar.gz ``` #### 2. 检查 hash 值 From be431f53a664c48731212d6873588dc973fd2fd4 Mon Sep 17 00:00:00 2001 From: imbajin Date: Tue, 9 May 2023 21:25:51 +0800 Subject: [PATCH 6/6] Update validate-release.md --- content/en/docs/contribution-guidelines/validate-release.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/contribution-guidelines/validate-release.md b/content/en/docs/contribution-guidelines/validate-release.md index d3c49df9b..ddf5fd3da 100644 --- a/content/en/docs/contribution-guidelines/validate-release.md +++ b/content/en/docs/contribution-guidelines/validate-release.md @@ -39,7 +39,7 @@ brew install wget # 4. Download the hugegraph-svn directory (version number, pay attention to fill in the verification version, here we take 1.0.0 as an example) svn co https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/ # (Note) If svn downloads a file very slowly, you can consider wget to download a single file, as follows (or consider using a proxy) -wget https://downloads.apache.org/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0.tar.gz +wget https://dist.apache.org/repos/dist/dev/incubator/hugegraph/1.0.0/apache-hugegraph-toolchain-incubating-1.0.0.tar.gz ``` #### 2. check hash value