Skip to content

Commit

Permalink
docs: fix homepage link in package.json
Browse files Browse the repository at this point in the history
The homepage link on the [npm page](https://www.npmjs.com/package/@fails-components/webtransport) for this module is broken, so update it to point to the right place.

Signed-off-by: Alex Potsides <alex@achingbrain.net>
  • Loading branch information
achingbrain authored and martenrichter committed Feb 28, 2024
1 parent f972200 commit bb74e65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"bugs": {
"url": "https://github.com/fails-components/webtransport/issues"
},
"homepage": "https://github.com/fails-components/webtransport/main/#readme",
"homepage": "https://github.com/fails-components/webtransport/tree/master/main#readme",
"dependencies": {
"@types/debug": "^4.1.7",
"bindings": "^1.5.0",
Expand Down

0 comments on commit bb74e65

Please sign in to comment.