This is an automated email from the ASF dual-hosted git repository. cml pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/calcite-site.git
commit c89cbd560001cfabaf42df5ed6fcb47e7e7f1329 Author: liyafan82 <[email protected]> AuthorDate: Sun Mar 20 18:13:18 2022 +0800 Site: Fix commit id in download page --- downloads/index.html | 2 +- news/2022/03/20/release-1.30.0/index.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/downloads/index.html b/downloads/index.html index 4a76fff0..07438981 100644 --- a/downloads/index.html +++ b/downloads/index.html @@ -77,7 +77,7 @@ <tr> <td style="text-align: left"><a href="/docs/history.html#v1-30-0">1.30.0</a></td> <td style="text-align: left">20 Mar 2022</td> - <td style="text-align: left"><a href="https://github.com/apache/calcite/commit/"></a></td> + <td style="text-align: left"><a href="https://github.com/apache/calcite/commit/cd5229b9a371e20de207231d55bcbddf1ff39ec2">cd5229b</a></td> <td style="text-align: left"> <a href="https://www.apache.org/dyn/closer.lua?filename=calcite/apache-calcite-1.30.0/apache-calcite-1.30.0-src.tar.gz&action=download">tar</a> (<a href="https://downloads.apache.org/calcite/apache-calcite-1.30.0/apache-calcite-1.30.0-src.tar.gz.sha512">digest</a> <a href="https://downloads.apache.org/calcite/apache-calcite-1.30.0/apache-calcite-1.30.0-src.tar.gz.asc">pgp</a>)</td> </tr> diff --git a/news/2022/03/20/release-1.30.0/index.html b/news/2022/03/20/release-1.30.0/index.html index 871e7620..39b7b8e9 100644 --- a/news/2022/03/20/release-1.30.0/index.html +++ b/news/2022/03/20/release-1.30.0/index.html @@ -126,8 +126,8 @@ - <a href="http://people.apache.org/~liyafan82" class="post-author"> - <img src="http://people.apache.org/~liyafan82/liyafan82.jpg" class="avatar" alt="liyafan82 avatar" width="24" height="24"> + <a href="https://github.com/liyafan82" class="post-author"> + <img src="https://github.com/liyafan82.png" class="avatar" alt="liyafan82 avatar" width="24" height="24"> liyafan82 </a> </div>
