From 850b76f370f2bb1f403d6aca50acf6755b390ed4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mehmetcan=20Y=C4=B1lmaz?= Date: Wed, 3 Jul 2024 17:41:17 +0300 Subject: [PATCH] chore(commitlint-config): update homepage url --- packages/commitlint-config/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/commitlint-config/package.json b/packages/commitlint-config/package.json index d7e6f5e..ee2217f 100644 --- a/packages/commitlint-config/package.json +++ b/packages/commitlint-config/package.json @@ -5,7 +5,7 @@ "author": "Commencis WEB Team", "license": "Apache-2.0", "type": "module", - "homepage": "https://github.com/Commencis/js-toolkit/packages/commitlint-config#readme", + "homepage": "https://github.com/Commencis/js-toolkit/tree/main/packages/commitlint-config#readme", "bugs": { "url": "https://github.com/Commencis/js-toolkit/issues" },