From 6f508a011bc8051ab9f82cafa97c5292a4453b92 Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Fri, 6 Oct 2023 13:59:22 +0300 Subject: [PATCH] fix: update link to `LICENSE.md` (#9296) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8c66b30ebf..beb9e912c3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -147,7 +147,7 @@ When adding a new breaking change, follow this template in your pull request: ## License -By contributing to Svelte, you agree that your contributions will be licensed under its [MIT license](https://github.com/sveltejs/svelte/blob/master/LICENSE). +By contributing to Svelte, you agree that your contributions will be licensed under its [MIT license](https://github.com/sveltejs/svelte/blob/master/LICENSE.md). ## Questions