You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by na...@apache.org on 2015/02/05 15:14:54 UTC

jclouds-labs-openstack git commit: Fixed the CONTRIBUTING links

Repository: jclouds-labs-openstack
Updated Branches:
  refs/heads/master 8b175176d -> 4cf1a990d


Fixed the CONTRIBUTING links


Project: http://git-wip-us.apache.org/repos/asf/jclouds-labs-openstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/jclouds-labs-openstack/commit/4cf1a990
Tree: http://git-wip-us.apache.org/repos/asf/jclouds-labs-openstack/tree/4cf1a990
Diff: http://git-wip-us.apache.org/repos/asf/jclouds-labs-openstack/diff/4cf1a990

Branch: refs/heads/master
Commit: 4cf1a990da712c5b0fa7bf366440bad984a6cf04
Parents: 8b17517
Author: Ignasi Barrera <na...@apache.org>
Authored: Thu Feb 5 15:14:46 2015 +0100
Committer: Ignasi Barrera <na...@apache.org>
Committed: Thu Feb 5 15:14:46 2015 +0100

----------------------------------------------------------------------
 CONTRIBUTING.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds-labs-openstack/blob/4cf1a990/CONTRIBUTING.md
----------------------------------------------------------------------
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 8b33e32..9e4d772 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,6 +1,6 @@
-Please review the [How to Contribute](http://wiki.apache.org/jclouds/How%20to%20Contribute) page for information on how to submit your patch and how the review process works.
+Please review the [How to Contribute](https://cwiki.apache.org/confluence/display/JCLOUDS/Contribute) page for information on how to submit your patch and how the review process works.
 
-Also make sure all the changes are aligned with the [Coding Standards](http://wiki.apache.org/jclouds/Coding%20Standards) of the project.
+Also make sure all the changes are aligned with the [Coding Standards](https://cwiki.apache.org/confluence/display/JCLOUDS/Writing+jclouds+Code) of the project.
 
 Thanks!