Skip to content

Commit e83540a

Browse files
committed
fix: markdown
1 parent eb4acfb commit e83540a

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

Diff for: .github/scripts/release_notes.mjs

+3-5
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,15 @@ const history = currentHistorySectionLines.slice(1).join('\n').trim();
3232

3333
const releaseNotes = `${header}
3434
35-
The MongoDB Node.js team is pleased to announce version ${version.version} of the \`mongodb\` package!
35+
The MongoDB Node.js team is pleased to announce version ${version.version} of the \`mongodb-connection-string-url\` package!
3636
3737
${highlights}
3838
${history}
3939
## Documentation
4040
41-
* [Reference](https://docs.mongodb.com/drivers/node/current/)
42-
* [API](https://mongodb.github.io/node-mongodb-native/${version.major}.${version.minor}/)
43-
* [Changelog](https://github.com/mongodb/node-mongodb-native/blob/v${version.version}/HISTORY.md)
41+
* [Changelog](https://github.com/mongodb-js/-connection-string-url/blob/v${version.version}/HISTORY.md)
4442
45-
We invite you to try the \`mongodb\` library immediately, and report any issues to the [NODE project](https://jira.mongodb.org/projects/NODE).
43+
We invite you to try the \`mongodb-connection-string-url\` library immediately, and report any issues to the [NODE project](https://jira.mongodb.org/projects/NODE).
4644
`;
4745

4846
const releaseNotesPath = path.join(process.cwd(), 'release_notes.md');

0 commit comments

Comments
 (0)