You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by mw...@apache.org on 2018/12/14 14:57:40 UTC

[accumulo-website] branch asf-site updated: Jekyll build from master:f584347

This is an automated email from the ASF dual-hosted git repository.

mwalch pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/accumulo-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new f7eedf2  Jekyll build from master:f584347
f7eedf2 is described below

commit f7eedf2d514f2f715c882aaed40ef494c6b1e7a8
Author: Mike Walch <mw...@apache.org>
AuthorDate: Fri Dec 14 09:57:00 2018 -0500

    Jekyll build from master:f584347
    
    Updated how to contribute
---
 feed.xml                     |  4 ++--
 how-to-contribute/index.html | 10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/feed.xml b/feed.xml
index 1609bd3..f9904b8 100644
--- a/feed.xml
+++ b/feed.xml
@@ -6,8 +6,8 @@
 </description>
     <link>https://accumulo.apache.org/</link>
     <atom:link href="https://accumulo.apache.org/feed.xml" rel="self" type="application/rss+xml"/>
-    <pubDate>Tue, 11 Dec 2018 12:56:04 -0500</pubDate>
-    <lastBuildDate>Tue, 11 Dec 2018 12:56:04 -0500</lastBuildDate>
+    <pubDate>Fri, 14 Dec 2018 09:56:52 -0500</pubDate>
+    <lastBuildDate>Fri, 14 Dec 2018 09:56:52 -0500</lastBuildDate>
     <generator>Jekyll v3.7.3</generator>
     
     
diff --git a/how-to-contribute/index.html b/how-to-contribute/index.html
index 3a75956..612422d 100644
--- a/how-to-contribute/index.html
+++ b/how-to-contribute/index.html
@@ -152,10 +152,10 @@
 there are other ways to contribute to Accumulo:</p>
 
 <ul>
-  <li>answer questions on mailing lists</li>
-  <li>review pull requests</li>
-  <li>verify and test new releases</li>
-  <li>update the Accumulo website and documentation</li>
+  <li>answer questions on <a href="/contact-us/#mailing-lists">mailing lists</a></li>
+  <li>review <a href="https://github.com/apache/accumulo/pulls">pull requests</a></li>
+  <li>verify and test new <a href="/release/">releases</a></li>
+  <li>update the <a href="https://github.com/apache/accumulo-website">Accumulo website and documentation</a></li>
 </ul>
 
 <p>Contributions are reviewed (via GitHub pull requests) by
@@ -304,7 +304,7 @@ viewed by clicking on <code class="highlighter-rouge">contribute</code> in the L
 
 <ul>
   <li>If a change needs to go into multiple branches of Accumulo, it should be merged into earlier branches then later branches.</li>
-  <li>Accumulo follows <a href="http://semver.org/spec/v2.0.0.html">semver</a> for its public API. Accumulo lists which packages are public API in its <a href="https://github.com/apache/accumulo/blob/master/README.md#api">README.md</a>.</li>
+  <li>Accumulo follows <a href="http://semver.org/spec/v2.0.0.html">semver</a> for its <a href="/api/">public API</a>.</li>
   <li>Every file requires the ASF license header as described in <a href="https://www.apache.org/legal/src-headers">ASF Source Header</a>.</li>
   <li>Remove all trailing whitespaces. Eclipse users can use Source→Cleanup option to accomplish this.</li>
   <li>Use 2 space indents and never use tabs!</li>