diff --git a/.github/ISSUE_TEMPLATE/don-t-create-issues-here--go-to-https---github.aaakk.us.kg-jenkinsci-ghprb-plugin-issues.md b/.github/ISSUE_TEMPLATE/don-t-create-issues-here--go-to-https---github.aaakk.us.kg-jenkinsci-ghprb-plugin-issues.md
new file mode 100644
index 000000000..a77f82f46
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/don-t-create-issues-here--go-to-https---github.aaakk.us.kg-jenkinsci-ghprb-plugin-issues.md
@@ -0,0 +1,10 @@
+---
+name: Don't create issues here, go to https://github.com/jenkinsci/ghprb-plugin/issues
+about: No issues here, go to https://github.com/jenkinsci/ghprb-plugin/issues
+title: ''
+labels: ''
+assignees: ''
+
+---
+
+### To report issues, go to the project location at https://github.com/jenkinsci/ghprb-plugin/issues
diff --git a/README.md b/README.md
index 1fc7c3ef6..997acfcf1 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,5 @@
+**NOTE**: this plugin is currently maintained at https://github.com/jenkinsci/ghprb-plugin
+
# GitHub Pull Request Builder Plugin
This Jenkins plugin builds pull requests from GitHub and will report the results directly to the pull request via
@@ -15,7 +17,7 @@ build.
A new build can also be started with a comment: ``retest this please``.
-You can extend the standard build comment message on github
+You can extend the standard build comment message on GitHub
creating a comment file from shell console or any other
jenkins plugin. Contents of that file will be added to the comment on GitHub.
This is useful for posting some build dependent urls for users without
@@ -93,7 +95,7 @@ For more details, see https://wiki.jenkins-ci.org/display/JENKINS/GitHub+pull+re
* If you want to use the actual commit in the pull request, use ``${ghprbActualCommit}`` instead of ``${sha1}``
* Under ``Build Triggers``, check ``GitHub pull requests builder``.
* Add admins for this specific job.
- * If you want to use GitHub hooks for automatic testing, read the help for ``Use github hooks for build triggering`` in job configuration. Then you can check the checkbox.
+ * If you want to use GitHub hooks for automatic testing, read the help for ``Use GitHub hooks for build triggering`` in job configuration. Then you can check the checkbox.
* In Advanced, you can modify:
* The crontab line for this specific job. This schedules polling to GitHub for new changes in Pull Requests.
* The whitelisted users for this specific job.
diff --git a/pom.xml b/pom.xml
index 368d40e0e..f3c11c3d7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -177,26 +177,26 @@
repo.jenkins-ci.org
- http://repo.jenkins-ci.org/public/
+ https://repo.jenkins-ci.org/public/
jgit-repository
Eclipse JGit Repository
- http://download.eclipse.org/jgit/maven
+ https://download.eclipse.org/jgit/maven
repo.jenkins-ci.org
- http://repo.jenkins-ci.org/public/
+ https://repo.jenkins-ci.org/public/
maven.jenkins-ci.org
- http://maven.jenkins-ci.org:8081/content/repositories/releases/
+ https://maven.jenkins-ci.org:8081/content/repositories/releases/
diff --git a/src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/config.groovy b/src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/config.groovy
index 983bd87ad..f5cdd6925 100644
--- a/src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/config.groovy
+++ b/src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/config.groovy
@@ -8,7 +8,7 @@ f.entry(field: "gitHubAuthId", title:_("GitHub API credentials")) {
f.entry(field: "adminlist", title: _("Admin list")) {
f.textarea(default: descriptor.adminlist)
}
-f.entry(field: "useGitHubHooks", title: "Use github hooks for build triggering") {
+f.entry(field: "useGitHubHooks", title: "Use GitHub hooks for build triggering") {
f.checkbox()
}
f.advanced() {
diff --git a/src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/config.jelly.tmp b/src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/config.jelly.tmp
index 37e864744..2a4efc9e4 100644
--- a/src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/config.jelly.tmp
+++ b/src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/config.jelly.tmp
@@ -2,7 +2,7 @@
-
+