diff --git a/README.adoc b/README.adoc index 8148abd908..6133c07019 100644 --- a/README.adoc +++ b/README.adoc @@ -294,7 +294,7 @@ Other credential types will not work with the ssh protocol. To minimize the delay between a push and a build, configure the remote repository to use a Webhook to notify Jenkins of changes to the repository. Refer to webhook documentation for your repository: -* link:https://plugins.jenkins.io/github#GitHubPlugin-GitHubhooktriggerforGITScmpolling[GitHub] +* link:https://plugins.jenkins.io/github/#plugin-content-github-hook-trigger-for-gitscm-polling[GitHub] * link:https://plugins.jenkins.io/bitbucket[Bitbucket] * link:https://plugins.jenkins.io/gitlab-branch-source[GitLab] * link:https://github.com/jenkinsci/gitea-plugin/blob/master/docs/README.md[Gitea] @@ -364,7 +364,7 @@ hudson.plugins.git.GitStatus.NOTIFY_COMMIT_ACCESS_CONTROL='disabled-for-polling' [#enabling-jgit] === Enabling JGit -See the link:https://plugins.jenkins.io/git-client/#enabling-jgit[git client plugin documentation] for instructions to enable JGit. +See the link:https://plugins.jenkins.io/git-client/#plugin-content-enabling-jgit[git client plugin documentation] for instructions to enable JGit. JGit becomes available throughout Jenkins once it has been enabled. [#global-configuration] diff --git a/src/main/java/hudson/plugins/git/GitSCM.java b/src/main/java/hudson/plugins/git/GitSCM.java index a50c0b3cdc..5ccac995db 100644 --- a/src/main/java/hudson/plugins/git/GitSCM.java +++ b/src/main/java/hudson/plugins/git/GitSCM.java @@ -1165,7 +1165,7 @@ public EnvVars getEnvironment() { buildData.saveBuild(revToBuild); if (buildData.getBuildsByBranchName().size() >= 100) { - log.println("JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#remove-git-plugin-buildsbybranch-builddata-script"); + log.println("JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://plugins.jenkins.io/git/#plugin-content-remove-git-plugin-buildsbybranch-builddata-script"); } boolean checkForMultipleRevisions = true; BuildSingleRevisionOnly ext = extensions.get(BuildSingleRevisionOnly.class); diff --git a/src/main/resources/hudson/plugins/git/GitSCM/help.html b/src/main/resources/hudson/plugins/git/GitSCM/help.html index bd862427ca..45e71f6e61 100644 --- a/src/main/resources/hudson/plugins/git/GitSCM/help.html +++ b/src/main/resources/hudson/plugins/git/GitSCM/help.html @@ -41,7 +41,7 @@
The checkout
step can be used in many cases where the git
step cannot be used.
- Refer to the git plugin documentation for detailed descriptions of options available to the checkout step.
+ Refer to the git plugin documentation for detailed descriptions of options available to the checkout step.
For example, the checkout
step supports:
The checkout
step can be used in many cases where the git
step cannot be used.
- Refer to the git plugin documentation for detailed descriptions of options available to the checkout step.
+ Refer to the git plugin documentation for detailed descriptions of options available to the checkout step.
For example, the git
step does not support: