Skip to content

Commit

Permalink
Merge pull request #1147 from andrewsu31098/docs/update-deprecated-js…
Browse files Browse the repository at this point in the history
…doclink

docs: replaced deprecated jsdoc link leading to spam site with updated jsdoc homepage link.
  • Loading branch information
MonkeyDo authored Jan 30, 2025
2 parents fb52568 + 8abfcbb commit 356bc3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ to BookBrainz:
* Use tabs for indenting, and spaces for aligning (http://lea.verou.me/2012/01/why-tabs-are-clearly-superior/).
* Variable names should be camelCase
* Use ES6/ES7 features - they make life easier and result in cleaner code
* Use [JSDoc](http://usejsdoc.org/) for commenting code
* Use [JSDoc](https://jsdoc.app/) for commenting code
* Use [TypeScript](https://www.typescriptlang.org/) everywhere - static type checking is useful

## Pull requests
Expand Down

0 comments on commit 356bc3e

Please sign in to comment.