You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by jf...@apache.org on 2012/12/11 04:47:07 UTC

svn commit: r1419984 - in /thrift/site: content/docs/HowToContribute.md publish/docs/HowToContribute/index.html

Author: jfarrell
Date: Tue Dec 11 03:47:05 2012
New Revision: 1419984

URL: http://svn.apache.org/viewvc?rev=1419984&view=rev
Log:
Updating Apache Thrift how to contribute website page.


Modified:
    thrift/site/content/docs/HowToContribute.md
    thrift/site/publish/docs/HowToContribute/index.html

Modified: thrift/site/content/docs/HowToContribute.md
URL: http://svn.apache.org/viewvc/thrift/site/content/docs/HowToContribute.md?rev=1419984&r1=1419983&r2=1419984&view=diff
==============================================================================
--- thrift/site/content/docs/HowToContribute.md (original)
+++ thrift/site/content/docs/HowToContribute.md Tue Dec 11 03:47:05 2012
@@ -7,7 +7,7 @@ kind: doc
  1. Make sure your issue is not all ready in the [Jira issue tracker](<%= @site.config[:jira_url] %>)
  1. If not, create a ticket describing the change you're proposing in the issue tracker
  1. Check out the latest version of the source code
-  * git clone [http://git-wip-us.apache.org/repos/asf/thrift.git] thrift
+  * git clone https://git-wip-us.apache.org/repos/asf/thrift.git thrift
  1. Modify the source to include the improvement/bugfix
   * Verify that you follow the same CodingStyle you see within the language you are working on
   * Verify that your change works by adding a unit test.

Modified: thrift/site/publish/docs/HowToContribute/index.html
URL: http://svn.apache.org/viewvc/thrift/site/publish/docs/HowToContribute/index.html?rev=1419984&r1=1419983&r2=1419984&view=diff
==============================================================================
--- thrift/site/publish/docs/HowToContribute/index.html (original)
+++ thrift/site/publish/docs/HowToContribute/index.html Tue Dec 11 03:47:05 2012
@@ -75,7 +75,7 @@
 <li>Check out the latest version of the source code
 
 <ul>
-<li>git clone [http://git-wip-us.apache.org/repos/asf/thrift.git] thrift</li>
+<li>git clone https://git-wip-us.apache.org/repos/asf/thrift.git thrift</li>
 </ul>
 </li>
 <li>Modify the source to include the improvement/bugfix