This is an automated email from the ASF dual-hosted git repository. poorejc pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-flagon.git
commit 32f44c0e2bd231b6b59e143de2dae73b6d08efc3 Author: poorejc <[email protected]> AuthorDate: Fri Jun 28 11:07:24 2019 -0400 minor fixes to links and header --- site/_includes/header.html | 2 +- site/_pages/releases.html | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/site/_includes/header.html b/site/_includes/header.html index 42c15dc..e6506e4 100644 --- a/site/_includes/header.html +++ b/site/_includes/header.html @@ -6,7 +6,7 @@ <div class="right menu"> <div class="ui dropdown item"> - Components + Products <div class="menu"> <a class="item" href="{{ '/stack' | prepend: site.baseurl }}">Stack</a> <a class="item" href="{{ '/userale' | prepend: site.baseurl }}">UserALE</a> diff --git a/site/_pages/releases.html b/site/_pages/releases.html index a82963f..f386d4d 100644 --- a/site/_pages/releases.html +++ b/site/_pages/releases.html @@ -11,7 +11,7 @@ title: Releases </p> <p> - Please Note all Apache Flagon artifacts are released as source code and binary artifacts and additional packages can be found on packaging platforms such as UserALE.js which we make available through <a href="https://www.npmjs.com/package/useralejs">the NPM useralejs package</a>. + Please Note all Apache Flagon artifacts are released as source code and binary artifacts and additional packages can be found on packaging platforms such as UserALE.js which we make available through <a href="https://www.npmjs.com/package/flagon-userale">the NPM useralejs package</a>. The CHANGELOG file shipped with each artifact can be consulted for more information on the list of updates in each release. @@ -20,7 +20,7 @@ title: Releases <h1>Flagon UserALE.js</h1> -Please note, that for convenience, we make UserALE.js available through <a href="https://www.npmjs.com/package/useralejs">the NPM useralejs package</a>. +Please note, that for convenience, we make UserALE.js available through <a href="https://www.npmjs.com/package/flagon-userale">the NPM useralejs package</a>. <h2>Downloads</h2> The link in the 'Download Artifact' column below should display a default mirror selection based on your inferred location. If (when you browse to it) you do not see that page, try a different browser. The SHA512 checksum and ASCII armoured detached signatures are links to the originals on the main distribution server. @@ -84,7 +84,7 @@ The link in the 'Download Artifact' column below should display a default mirror </p> <p> <code> - $ gpg --verify apache-flagon-useralejs-1.0.0-src.zip.asc + $ gpg --verify apache-flagon-{product}-{version}-src.zip.asc </code> </p> @@ -97,8 +97,8 @@ The link in the 'Download Artifact' column below should display a default mirror Alternatively, you can verify the SHA512 signatures on the files. A unix program called md5 or md5sum is included in many unix distributions. Use the following example </p> <p> - <code>$ sha512sum apache-flagon-useralejs-1.0.0-src.zip</code> + <code>$ sha512sum apache-flagon-{product}-{version}-src.zip</code> </p> <p> - ... output should match the string in apache-flagon-useralejs-1.0.0-src.zip.sha512 + ... output should match the string in apache-flagon-{product}-{version}-src.zip.sha512 </p> \ No newline at end of file
