diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ac12fb3cf4..9b33116d16 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -30,9 +30,9 @@ Use [Cassandra JIRA](https://issues.apache.org/jira/browse/CASSANDRA/) to create # Useful Links - How you can contribute to Apache Cassandra [presentation](http://www.slideshare.net/yukim/cassandrasummit2013) by Yuki Morishita -- Code style [wiki page](https://wiki.apache.org/cassandra/CodeStyle) -- Running Cassandra in IDEA [guide](https://wiki.apache.org/cassandra/RunningCassandraInIDEA) -- Running Cassandra in Eclipse [guide](https://wiki.apache.org/cassandra/RunningCassandraInEclipse) +- Code style [wiki page](https://cwiki.apache.org/confluence/display/CASSANDRA2/CodeStyle) +- Running Cassandra in IDEA [guide](https://cwiki.apache.org/confluence/display/CASSANDRA2/RunningCassandraInIDEA) +- Running Cassandra in Eclipse [guide](https://cwiki.apache.org/confluence/display/CASSANDRA2/RunningCassandraInEclipse) - Cassandra Cluster Manager - [CCM](https://github.com/pcmanus/ccm) and a guide [blog post](http://www.datastax.com/dev/blog/ccm-a-development-tool-for-creating-local-cassandra-clusters) - Cassandra Distributed Tests aka [dtests](https://github.com/apache/cassandra-dtest) - Cassandra Testing Guidelines - see TESTING.md