Skip to content

Commit a8611e2

Browse files
authored
README: fix link to CHANGELOG.md (#929)
1 parent 4f6ffac commit a8611e2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Unreleased
66

77
- Namespaces passed as procs are now evaluated every time, as opposed to just on initialization (nrw505)
88
- Fix missing require of uri in ServerConfigParser (adam12)
9+
- Fix link to the CHANGELOG.md file in README.md (rud)
910

1011
3.2.2
1112
==========

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The name is a variant of Salvador Dali for his famous painting [The Persistence
2727

2828
## Contributing
2929

30-
If you have a fix you wish to provide, please fork the code, fix in your local project and then send a pull request on github. Please ensure that you include a test which verifies your fix and update `History.md` with a one sentence description of your fix so you get credit as a contributor.
30+
If you have a fix you wish to provide, please fork the code, fix in your local project and then send a pull request on github. Please ensure that you include a test which verifies your fix and update the [changelog](CHANGELOG.md) with a one sentence description of your fix so you get credit as a contributor.
3131

3232
## Appreciation
3333

0 commit comments

Comments
 (0)