issues have moved to github
diff --git a/source/contribute.html.markdown b/source/contribute.html.markdown
index 430f246..d15d710 100644
--- a/source/contribute.html.markdown
+++ b/source/contribute.html.markdown
@@ -22,7 +22,7 @@
 
 Developers, of course, are also welcome. See the [Developer Resources](/developers.html) page!
 
-If you just want to report a bug, that's easily done in our [Jira bug tracking tool](https://issues.apache.org/jira/browse/CLOUDSTACK).
+If you just want to report a bug, that's easily done in our [github project issues list](https://github.com/apache/cloudstack/issues). Go there and click [new issue](https://github.com/apache/cloudstack/issues/new/choose).
 
 ## Where To Ask For Help
 
diff --git a/source/developers.html.markdown b/source/developers.html.markdown
index 4e44dd7..b396085 100644
--- a/source/developers.html.markdown
+++ b/source/developers.html.markdown
@@ -37,7 +37,7 @@
 For detailed instructions see the link below:<br />
 <a href="https://github.com/apache/cloudstack/blob/master/CONTRIBUTING.md" target="_blank">GitHub Contribution Guidelines</a></p>
 
-<h3>Submitting a patch through JIRA</h3>
+<h3>Submitting a patch</h3>
 
 <p>While we encourage you to submit your contribution through GitHub pull requests, you can also attach a patch in a JIRA ticket. For the purpose of these instructions, we'll assume that you already have a system with <a href="http://git-scm.com/" target="_blank">Git</a> and have found a bug to fix or have a feature that you'd like to submit, and you're willing to contribute that code or documentation under the <a href="http://www.apache.org/licenses/LICENSE-2.0.html" target="_blank">Apache License 2.0</a>.</p>
 
@@ -174,7 +174,7 @@
 
 <div class="list-group-item active">Resources</div>
 
-<a href="https://issues.apache.org/jira/browse/CLOUDSTACK" class="list-group-item" target="_blank">Jira</a>
+<a href="https://github.com/apache/cloudstack/" class="list-group-item" target="_blank">Public repository (on github)</a>
 
 <a hread="https://github.com/apache/cloudstack/blob/master/CONTRIBUTING.md" class="list-group-item" target="_blank">Contribution Guidelines</a>
 
@@ -190,6 +190,8 @@
 
 <a href="https://cwiki.apache.org/confluence/display/CLOUDSTACK/Testing" class="list-group-item" target="_blank">Testing CloudStack</a>
 
+<a href="https://issues.apache.org/jira/browse/CLOUDSTACK" class="list-group-item" target="_blank">Obsolete Jira issue tracker</a>
+
 </div>