diff --git a/README.md b/README.md index c9e1b587..19b3ac76 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ would become\ ?job=path%2Fto%2Fjob%2Fbranch%252Fpath ##### *ExtensionPoint* -This plugin provides a `JobSelectorExtensionPoint` which allow for custom job selector implementations. +This plugin provides a [`JobSelectorExtensionPoint`](https://www.jenkins.io/doc/developer/extensions/embeddable-build-status/#jobselectorextensionpoint) which allow for custom job selector implementations. ## `build` Select the build. @@ -111,7 +111,7 @@ Allowed selectors are: - `lastSuccessful:${params.BRANCH=master}` ##### *ExtensionPoint* -This plugin provides a `RunSelectorExtensionPoint` which allow for custom run selector implementations. +This plugin provides a [`RunSelectorExtensionPoint`](https://www.jenkins.io/doc/developer/extensions/embeddable-build-status/#runselectorextensionpoint) which allow for custom run selector implementations. ### *Concatenation* @@ -139,7 +139,7 @@ Available builtin variables are: Example: `?subject=Build ${params.BUILD_BRANCH|master} (${displayName})` ##### *ExtensionPoint* -This plugin provides a `ParameterResolverExtensionPoint` which allow for custom `${}` resolver implementations. +This plugin provides a [`ParameterResolverExtensionPoint`](https://www.jenkins.io/doc/developer/extensions/embeddable-build-status/#parameterresolverextensionpoint) which allow for custom `${}` resolver implementations. # DSL ```groovy