Skip to content

Commit 03e3ee5

Browse files
committed
tools/verifygitlog.py: Update path of CODE_CONVENTION.md.
Signed-off-by: zhanglinjing <[email protected]>
1 parent 9f24479 commit 03e3ee5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/verifygitlog.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def run(args):
133133
if err.has_errors or err.has_warnings:
134134
if suggestions:
135135
print(
136-
"See https://github.com/Infineon/XMC-for-Arduino/blob/4.0.0-pre-release/CODECONVENTIONS.md"
136+
"See https://github.com/Infineon/XMC-for-Arduino/blob/master/CODE_CONVENTIONS.md"
137137
)
138138
else:
139139
print("ok")

0 commit comments

Comments
 (0)