You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aurora.apache.org by wf...@apache.org on 2015/01/21 01:37:51 UTC

incubator-aurora git commit: Fix newbie ticket link in docs.

Repository: incubator-aurora
Updated Branches:
  refs/heads/master c37de9ab3 -> 116ee2daa


Fix newbie ticket link in docs.

Reviewed at https://reviews.apache.org/r/30102/


Project: http://git-wip-us.apache.org/repos/asf/incubator-aurora/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-aurora/commit/116ee2da
Tree: http://git-wip-us.apache.org/repos/asf/incubator-aurora/tree/116ee2da
Diff: http://git-wip-us.apache.org/repos/asf/incubator-aurora/diff/116ee2da

Branch: refs/heads/master
Commit: 116ee2daa85aa4d0b7528b4457454d0a0debefbd
Parents: c37de9a
Author: Bill Farner <wf...@apache.org>
Authored: Tue Jan 20 16:37:09 2015 -0800
Committer: Bill Farner <wf...@apache.org>
Committed: Tue Jan 20 16:37:09 2015 -0800

----------------------------------------------------------------------
 docs/contributing.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/116ee2da/docs/contributing.md
----------------------------------------------------------------------
diff --git a/docs/contributing.md b/docs/contributing.md
index 5311898..48d3dde 100644
--- a/docs/contributing.md
+++ b/docs/contributing.md
@@ -15,7 +15,7 @@ both languages.
 Find Something to Do
 --------------------
 There are issues in [Jira](https://issues.apache.org/jira/browse/AURORA) with the
-["newbie" tag](https://issues.apache.org/jira/browse/AURORA-189?jql=project%20%3D%20AURORA%20AND%20resolution%20%3D%20Unresolved%20AND%20labels%20%3D%20newbie%20ORDER%20BY%20priority%20DESC)
+["newbie" label](https://issues.apache.org/jira/issues/?jql=project%20%3D%20AURORA%20AND%20labels%20%3D%20newbie%20and%20resolution%3Dunresolved)
 that are good starting places for new Aurora contributors; pick one of these and dive in! Once
 you've got a patch, the next step is to post a review.