Skip to content

Commit

Permalink
Merge pull request #232 from abxhr/fix-link
Browse files Browse the repository at this point in the history
Fix link for CHANGELOG
  • Loading branch information
dblock authored Sep 27, 2021
2 parents 790e46c + d01894a commit e72aa57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Document any external behavior in the [README](README.md).

#### Update Changelog

Add a line to [CHANGELOG](CHANGELOG.md) under *Next Release*. Make it look like every other line, including your name and link to your Github account.
Add a line to [CHANGELOG](../CHANGELOG.md) under *Next Release*. Make it look like every other line, including your name and link to your Github account.

#### Commit Changes

Expand Down Expand Up @@ -89,7 +89,7 @@ git push origin my-feature-branch -f

#### Update CHANGELOG Again

Update the [CHANGELOG](CHANGELOG.md) with the pull request number. A typical entry looks as follows.
Update the [CHANGELOG](../CHANGELOG.md) with the pull request number. A typical entry looks as follows.

```
* [#123](https://github.com/jenkinsci/ansicolor-plugin/pull/123): Reticulated splines - [@contributor](https://github.com/contributor).
Expand Down

0 comments on commit e72aa57

Please sign in to comment.