Repository: james-project Updated Branches: refs/heads/master 4ecc84d89 -> 21a633311
JAMES-2315 Reference James download page from main page Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/563244a3 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/563244a3 Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/563244a3 Branch: refs/heads/master Commit: 563244a39a3e59f9ec69f840aea74f13de6841cb Parents: 2936b59 Author: benwa <[email protected]> Authored: Tue Jan 30 11:06:31 2018 +0700 Committer: benwa <[email protected]> Committed: Thu Feb 1 17:31:47 2018 +0700 ---------------------------------------------------------------------- src/homepage/index.html | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/563244a3/src/homepage/index.html ---------------------------------------------------------------------- diff --git a/src/homepage/index.html b/src/homepage/index.html index 644fa41..786a1a5 100644 --- a/src/homepage/index.html +++ b/src/homepage/index.html @@ -207,6 +207,13 @@ WHAT WILL YOU TRY:</b><br> </span> </li> <li class="post-template center-icon"> + <a href="http://james.apache.org/download.cgi" alt="Downloads"><span class="icon fa-cloud-download "></span></a> + <span class="details"> + <b>Download Apache James releases:</b> + <br/>Our <a href="http://james.apache.org/download.cgi">download page</a> allows you to download artifacts and sources for the James Server and James libraries. + </span> + </li> + <li class="post-template center-icon"> <a href="http://james.apache.org/support.html" alt="Professional support"><span class="icon fa-briefcase"></span></a> <span class="details"> <b>Professional support:</b> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
