diff --git a/release-note-generation.md b/release-note-generation.md index e405deb..124105b 100644 --- a/release-note-generation.md +++ b/release-note-generation.md @@ -16,4 +16,4 @@ Add a `release` field and provide a path where `semantic-release` can require it The module should export a function that calls the provided callback (the last and currently only argument) with an error object or `null` as the first argument and the release notes(string) as the second argument. -Have a look at [the default generator](https://github.com/boennemann/semantic-release/blob/master/lib/release-notes.js) for a sample implementation. \ No newline at end of file +Have a look at [the default generator](https://github.com/boennemann/semantic-release/blob/master/src/lib/release-notes.js) for a sample implementation. \ No newline at end of file