From c661d5f6f6b613cfed22545cc7cde7411dbd5747 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=A6=88=EB=88=85?= Date: Mon, 18 Apr 2022 18:53:13 +0900 Subject: [PATCH] chore: Remove an incorrect link in `CONTRIBUTING.md` (#4363) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 105865a93f7..dc237ebaaa7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -51,7 +51,7 @@ Steps to get started: compilers. - Please adhere to the code style that you see around the location you are working on. -- [Commit as you go][githelp]. +- Commit as you go. - Include tests that cover all non-trivial code. The existing tests in `tests/` provide templates on how to test SWC's behavior in a sandbox-environment. The internal crate `testing` provides a vast amount