Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Feb 28, 2020. It is now read-only.

Commit 735d7d3

Browse files
fix: fix the reference url
1 parent 0b764bc commit 735d7d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎validate_commit_msg/validate.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
103103
(<scope>), <body> and <footer> are optional
104104
<type> must be one of %s
105-
more specific instructions, please refer to http://192.168.19.127:3000/ddcx-util/git-hook-commit-msg''' % (', '.join(TYPE_LIST)),
105+
more specific instructions, please refer to https://github.com/JayceChant/commit-msg.py''' % (', '.join(TYPE_LIST)),
106106

107107
'zh-CN': '''
108108
Commit message 的格式要求如下:
@@ -114,7 +114,7 @@
114114
115115
其中 (<scope>) <body> 和 <footer> 可选
116116
<type> 必须是 %s 中的一个
117-
更详细的格式要求说明,请参考 http://192.168.19.127:3000/ddcx-util/git-hook-commit-msg''' % (', '.join(TYPE_LIST))
117+
更详细的格式要求说明,请参考 https://github.com/JayceChant/commit-msg.py''' % (', '.join(TYPE_LIST))
118118
}
119119

120120
MERGE_PATTERN = r'^Merge '

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /