You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by bl...@apache.org on 2016/04/18 00:53:31 UTC

svn commit: r1739664 - in /avro/site: author/content/xdocs/version_control.xml publish/version_control.html

Author: blue
Date: Sun Apr 17 22:53:31 2016
New Revision: 1739664

URL: http://svn.apache.org/viewvc?rev=1739664&view=rev
Log:
Update Avro's verison control page.

Modified:
    avro/site/author/content/xdocs/version_control.xml
    avro/site/publish/version_control.html

Modified: avro/site/author/content/xdocs/version_control.xml
URL: http://svn.apache.org/viewvc/avro/site/author/content/xdocs/version_control.xml?rev=1739664&r1=1739663&r2=1739664&view=diff
==============================================================================
--- avro/site/author/content/xdocs/version_control.xml (original)
+++ avro/site/author/content/xdocs/version_control.xml Sun Apr 17 22:53:31 2016
@@ -26,8 +26,10 @@
         <a href="http://github.com/apache/avro">http://github.com/apache/avro</a>.
       </p>
       <p>
-        The Avro community welcomes pull requests, but please also create an
-        issue in Avro's JIRA issue tracker for your bug report or contribution.
+        The <strong>Avro community welcomes pull requests</strong>, but
+        <strong>please create an issue in
+        <a href="http://issues.apache.org/jira/browse/AVRO">Avro's
+        issue tracker</a></strong> for your bug report or contribution as well.
       </p>
     </section>
 
@@ -35,11 +37,21 @@
       <title>Committer Access (read-write)</title>
       <p>
         The git remote for committers is 
-        <code>https://git-wip-us.apache.org/repos/asf/avro.git"></code>.
-        You can add this as a remote named "apache" using this command:<br />
-        <code>git remote add apache https://git-wip-us.apache.org/repos/asf/avro.git</code><br />
-        You can push commits you've added to the master branch using this command:<br />
-        <code>git push apache master</code><br />
+        <code>https://git-wip-us.apache.org/repos/asf/avro.git</code>.
+      </p>
+      <p>
+        You can add this as a remote named "apache" using this command:
+      </p>
+      <p>
+        <code>git remote add apache https://git-wip-us.apache.org/repos/asf/avro.git</code>
+      </p>
+      <p>
+        You can push commits you've added to the master branch using this command:
+      </p>
+      <p>
+        <code>git push apache master</code>
+      </p>
+      <p>
         Additional information for committers is in Apache's
         <a href="http://www.apache.org/dev/git.html">Git documentation</a>.
       </p>

Modified: avro/site/publish/version_control.html
URL: http://svn.apache.org/viewvc/avro/site/publish/version_control.html?rev=1739664&r1=1739663&r2=1739664&view=diff
==============================================================================
--- avro/site/publish/version_control.html (original)
+++ avro/site/publish/version_control.html Sun Apr 17 22:53:31 2016
@@ -211,26 +211,38 @@ document.write("Last Published: " + docu
         <a href="http://github.com/apache/avro">http://github.com/apache/avro</a>.
       </p>
 <p>
-        The Avro community welcomes pull requests, but please also create an
-        issue in Avro's JIRA issue tracker for your bug report or contribution.
+        The <strong>Avro community welcomes pull requests</strong>, but
+        <strong>please create an issue in
+        <a href="http://issues.apache.org/jira/browse/AVRO">Avro's
+        issue tracker</a></strong> for your bug report or contribution as well.
       </p>
 </div>
 
     
-<a name="N10030"></a><a name="Committer+Access+%28read-write%29"></a>
+<a name="N10039"></a><a name="Committer+Access+%28read-write%29"></a>
 <h2 class="h3">Committer Access (read-write)</h2>
 <div class="section">
 <p>
         The git remote for committers is 
-        <span class="codefrag">https://git-wip-us.apache.org/repos/asf/avro.git"&gt;</span>.
-        You can add this as a remote named "apache" using this command:<br>
+        <span class="codefrag">https://git-wip-us.apache.org/repos/asf/avro.git</span>.
+      </p>
+<p>
+        You can add this as a remote named "apache" using this command:
+      </p>
+<p>
         
 <span class="codefrag">git remote add apache https://git-wip-us.apache.org/repos/asf/avro.git</span>
-<br>
-        You can push commits you've added to the master branch using this command:<br>
+      
+</p>
+<p>
+        You can push commits you've added to the master branch using this command:
+      </p>
+<p>
         
 <span class="codefrag">git push apache master</span>
-<br>
+      
+</p>
+<p>
         Additional information for committers is in Apache's
         <a href="http://www.apache.org/dev/git.html">Git documentation</a>.
       </p>