Skip to content

Commit

Permalink
Moved release notes link at top of download page (apache#3648)
Browse files Browse the repository at this point in the history
  • Loading branch information
merlimat authored Feb 21, 2019
1 parent 411d88d commit 9d97f1d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions site2/website/pages/en/download.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,14 @@ class Download extends React.Component {
<h1><translate>Apache Pulsar downloads</translate></h1>
<hr />
</header>

<h2><translate>Release notes</translate></h2>
<div>
<p>
<a href={`${siteConfig.baseUrl}${this.props.language}/release-notes`}>Release notes</a> for all Pulsar's versions
</p>
</div>

<h2 id="latest"><translate>Current version (Stable)</translate> {latestVersion}</h2>
<table className="versions" style={{width:'100%'}}>
<thead>
Expand Down Expand Up @@ -165,14 +173,6 @@ class Download extends React.Component {
the same as ours.
</MarkdownBlock>


<h2><translate>Release notes</translate></h2>
<div>
<p>
<a href={`${siteConfig.baseUrl}${this.props.language}/release-notes`}>Release notes</a> for all Pulsar's versions
</p>
</div>

<h2><translate>Getting started</translate></h2>
<div>
<p>
Expand Down

0 comments on commit 9d97f1d

Please sign in to comment.