You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by rm...@apache.org on 2014/07/28 13:39:11 UTC

svn commit: r1613965 - in /incubator/flink: how-to-contribute.md site/how-to-contribute.html

Author: rmetzger
Date: Mon Jul 28 11:39:10 2014
New Revision: 1613965

URL: http://svn.apache.org/r1613965
Log:
[FLINK-1037] Fix wiki link

Modified:
    incubator/flink/how-to-contribute.md
    incubator/flink/site/how-to-contribute.html

Modified: incubator/flink/how-to-contribute.md
URL: http://svn.apache.org/viewvc/incubator/flink/how-to-contribute.md?rev=1613965&r1=1613964&r2=1613965&view=diff
==============================================================================
--- incubator/flink/how-to-contribute.md (original)
+++ incubator/flink/how-to-contribute.md Mon Jul 28 11:39:10 2014
@@ -13,7 +13,7 @@ We maintain all known issues and feature
 
 We also try to maintain a <a href="https://issues.apache.org/jira/browse/FLINK-992?jql=project%20%3D%20FLINK%20AND%20labels%20%3D%20starter%20AND%20status%20in%20(Open%2C%20Reopened)">list of simple "starter issues"</a> that we believe are good tasks for new contributors. Those tasks are meant to allow people to get into the project and become familiar with the process of contributing. Feel free to ask questions about issues that you would be interested in working on.
 
-In addition, you can find a list of ideas for projects and improvements in the [projects wiki page](http://the/wiki/url).
+In addition, you can find a list of ideas for projects and improvements in the [projects wiki page](https://cwiki.apache.org/confluence/display/FLINK/Project+Ideas).
 
 
 

Modified: incubator/flink/site/how-to-contribute.html
URL: http://svn.apache.org/viewvc/incubator/flink/site/how-to-contribute.html?rev=1613965&r1=1613964&r2=1613965&view=diff
==============================================================================
--- incubator/flink/site/how-to-contribute.html (original)
+++ incubator/flink/site/how-to-contribute.html Mon Jul 28 11:39:10 2014
@@ -146,7 +146,7 @@
 
 <p>We also try to maintain a <a href="https://issues.apache.org/jira/browse/FLINK-992?jql=project%20%3D%20FLINK%20AND%20labels%20%3D%20starter%20AND%20status%20in%20(Open%2C%20Reopened)">list of simple &quot;starter issues&quot;</a> that we believe are good tasks for new contributors. Those tasks are meant to allow people to get into the project and become familiar with the process of contributing. Feel free to ask questions about issues that you would be interested in working on.</p>
 
-<p>In addition, you can find a list of ideas for projects and improvements in the <a href="http://the/wiki/url">projects wiki page</a>.</p>
+<p>In addition, you can find a list of ideas for projects and improvements in the <a href="https://cwiki.apache.org/confluence/display/FLINK/Project+Ideas">projects wiki page</a>.</p>
 
 <h2 id="contributing-code-&amp;-documentation">Contributing Code &amp; Documentation</h2>