Skip to content

Commit

Permalink
Forward to jenkins.io instead of wiki directly
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-beck committed Aug 18, 2018
1 parent 1a27da9 commit 5b24467
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public HttpResponse doAct(@QueryParameter String no) throws IOException {
// of course the irony is that this redirect won't work
return HttpResponses.redirectViaContextPath("/manage");
} else {
return new HttpRedirect("https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+says+my+reverse+proxy+setup+is+broken");
return new HttpRedirect("https://jenkins.io/redirect/troubleshooting/broken-reverse-proxy");
}
}

Expand Down

0 comments on commit 5b24467

Please sign in to comment.