From 341b2ffb8898df64720f843aadfee62d4c8ca4e2 Mon Sep 17 00:00:00 2001 From: monkindey Date: Wed, 8 May 2019 00:13:16 +0800 Subject: [PATCH] chore(scripts): correct git commit specific url) --- scripts/validate-commit-msg.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/validate-commit-msg.js b/scripts/validate-commit-msg.js index f2e9de54010..d9272e98320 100644 --- a/scripts/validate-commit-msg.js +++ b/scripts/validate-commit-msg.js @@ -34,7 +34,7 @@ var error = function() { ) console.log( 'See our specific at:', - 'https://github.com/alibaba/uform/.github/GIT_COMMIT_SPECIFIC.md' + 'https://github.com/alibaba/uform/blob/master/.github/GIT_COMMIT_SPECIFIC.md' ) }