You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by GitBox <gi...@apache.org> on 2021/09/17 02:09:26 UTC

[GitHub] [incubator-heron] joshfischer1108 commented on a change in pull request #3714: pointing older releases to be retrieved from archive.a.o

joshfischer1108 commented on a change in pull request #3714:
URL: https://github.com/apache/incubator-heron/pull/3714#discussion_r710669494



##########
File path: website2/website/pages/en/download.js
##########
@@ -205,39 +205,7 @@ class Download extends React.Component {
 
 
             <h2 id="archive">Older releases</h2>
-            <table className="versions">
-              <thead>
-                <tr>
-                  <th>Release</th>
-
-                  <th>Source</th>
-                  <th>Release notes</th>
-                </tr>
-              </thead>
-              <tbody>
-                {releaseInfo.map(
-                  info => {
-                        var sha = "sha512"
-
-                        return info.version !== latestHeronVersion && (
-                            <tr key={info.version}>
-                        <th>{info.version}</th>
-
-                          <td>
-                          <a href={info.srcArchiveUrl}>apache-heron-{info.version}-source.tar.gz</a>
-                              &nbsp;
-                          (<a href={`${info.srcArchiveUrl}.asc`}>asc</a>,&nbsp;
-                          <a href={`${info.srcArchiveUrl}.${sha}`}>{`${sha}`}</a>)
-                          </td>
-                          <td>
-                          <a href={`${siteConfig.baseUrl}${this.props.language}/release-notes#${info.version}`}>Release Notes</a>
-                          </td>
-                          </tr>
-                      )
-                    }
-                )}
-              </tbody>
-            </table>
+            <p>Older releses can be found at <a href="https://archive.apache.org/dist/incubator/heron/"> the archive page.</a></p>

Review comment:
       Thanks for catching.  Multi-tasking 🤦 




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@heron.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org