Skip to content

Commit

Permalink
docs(CONTRIBUTING): fix broken link (pnpm#8096)
Browse files Browse the repository at this point in the history
  • Loading branch information
k-taro56 authored May 18, 2024
1 parent 45f4262 commit 6e8a5bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,9 @@ from the main (upstream) repository:
## Coding Style Guidelines
[![js-standard-style](https://cdn.rawgit.com/feross/standard/main/badge.svg)](https://github.com/feross/standard)
[![js-standard-style](https://raw.githubusercontent.com/standard/standard/master/badge.svg)](https://github.com/standard/standard)
Use the [Standard Style](https://github.com/feross/standard).
Use the [Standard Style](https://github.com/standard/standard).
## Commit Message Guidelines
Expand Down

0 comments on commit 6e8a5bc

Please sign in to comment.