docs(CONTRIBUTING): fix broken link (#8096)

This commit is contained in:
Kawahara Shotaro
2024-05-19 04:05:27 +09:00
committed by GitHub
parent 45f4262f03
commit 6e8a5bc6eb

View File

@@ -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