From 931201629fbe812d9a681fe01dc5f5c7ace892c8 Mon Sep 17 00:00:00 2001 From: Elijah Lynn Date: Wed, 8 Jul 2015 12:43:43 -0400 Subject: [PATCH] Fix Jenkins issues link The link was pointing towards a valid 200 response but nothing was on that page. Modified the query. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9d0da7..2aa9215 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This project is no longer maintained here There is no way to turn off issues while still leaving the existing ones visible. -So please don't open new ones here but use the jenkins-ci.org jira here: [https://issues.jenkins-ci.org/secure/IssueNavigator.jspa?reset=true&jqlQuery=project+%3D+JENKINS+AND+status+in+%28Open%2C+%22In+Progress%22%2C+Reopened%29+AND+component+%3D+%27github-oauth%27](https://issues.jenkins-ci.org/secure/IssueNavigator.jspa?reset=true&jqlQuery=project+%3D+JENKINS+AND+status+in+%28Open%2C+%22In+Progress%22%2C+Reopened%29+AND+component+%3D+%27github-oauth%27) +So please don't open new ones here but use the jenkins-ci.org jira here: [https://issues.jenkins-ci.org/browse/JENKINS-28850?jql=project%20%3D%20JENKINS%20AND%20component%20%3D%20github-oauth-plugin](https://issues.jenkins-ci.org/browse/JENKINS-28850?jql=project%20%3D%20JENKINS%20AND%20component%20%3D%20github-oauth-plugin) The repository receiving commits and where releases are made is here: [https://github.com/jenkinsci/github-oauth-plugin](https://github.com/jenkinsci/github-oauth-plugin)