Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed May 16, 2022
2 parents 24add35 + ed05bbf commit 28f2ac8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 40 deletions.
38 changes: 0 additions & 38 deletions CHANGELOG.md

This file was deleted.

3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ In order to test Pipeline-related functionality, plugins need `test`-scope depen
Additional `test`-scope dependencies on plugins like [`workflow-durable-task-step`](https://plugins.jenkins.io/workflow-durable-task-step) or [`workflow-basic-steps`](https://plugins.jenkins.io/workflow-basic-steps) may be needed for more complex tests.

## Version History
Please refer to [the changelog](CHANGELOG.md).
See [GitHub Releases](https://github.com/jenkinsci/workflow-aggregator-plugin/releases).
For older versions, see [historical changelog](https://github.com/jenkinsci/workflow-aggregator-plugin/blob/972e0fa8cb807739dcaf07be76e531aad72b847e/CHANGELOG.md).
2 changes: 1 addition & 1 deletion src/main/resources/index.jelly
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@

<?jelly escape-by-default='true'?>
<div>
A suite of plugins that lets you orchestrate automation, simple or complex. See <a href="http://jenkins-ci.org/solutions/pipeline/">Pipeline as Code with Jenkins</a> for more details.
A suite of plugins that lets you orchestrate automation, simple or complex. See <a href="https://www.jenkins.io/solutions/pipeline/" target="_blank" rel="noopener noreferrer">Pipeline as Code with Jenkins</a> for more details.
</div>

0 comments on commit 28f2ac8

Please sign in to comment.