You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2011/09/10 21:54:22 UTC

svn commit: r1167586 - /libcloud/site/trunk/content/contributing.mdtext

Author: tomaz
Date: Sat Sep 10 19:54:22 2011
New Revision: 1167586

URL: http://svn.apache.org/viewvc?rev=1167586&view=rev
Log:
CMS commit to libcloud by tomaz

Modified:
    libcloud/site/trunk/content/contributing.mdtext

Modified: libcloud/site/trunk/content/contributing.mdtext
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/contributing.mdtext?rev=1167586&r1=1167585&r2=1167586&view=diff
==============================================================================
--- libcloud/site/trunk/content/contributing.mdtext (original)
+++ libcloud/site/trunk/content/contributing.mdtext Sat Sep 10 19:54:22 2011
@@ -13,7 +13,7 @@ Keep in mind that all kind of contributi
  2. Fork libcloud [github git repository](https://github.com/apache/libcloud)* and make your changes
    1. Create a new branch for your changes (e.g. `git checkout -b jira_issue_id_change_name`)
    2. Make your changes
-  3. Write tests for your modifications and make sure that all the tests still pass. For more informations about running the tests refer to the [/testing.html](Testing) page.
+  3. Write tests for your modifications and make sure that all the tests still pass. For more informations about running the tests refer to the [Testing](/testing.html) page.
  3. Create a patch with your changes
   1. git (format-patch): `git format-patch --stdout trunk > patch_name.patch`
   2. git (diff): `git diff --no-prefix trunk your_branch > patch_name.patch`