From 6e8a5bc6ebd07cf0efd873869880fd8e962ed7c4 Mon Sep 17 00:00:00 2001 From: Kawahara Shotaro <121674121+k-taro56@users.noreply.github.com> Date: Sun, 19 May 2024 04:05:27 +0900 Subject: [PATCH] docs(CONTRIBUTING): fix broken link (#8096) --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f9a27e0d1c..9205e0240c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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