This is an automated email from the ASF dual-hosted git repository. heyanlong pushed a commit to branch fix-404 in repository https://gitbox.apache.org/repos/asf/skywalking-eyes.git
commit c926579fe9633906f2296fe5c532647e307cfe92 Author: 何延龙 <[email protected]> AuthorDate: Fri Jun 4 16:20:28 2021 +0800 Fix 404 error --- pkg/review/header.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/review/header.go b/pkg/review/header.go index b9cae79..a60660e 100644 --- a/pkg/review/header.go +++ b/pkg/review/header.go @@ -265,7 +265,7 @@ func IsPR() bool { func Markdown(result *header2.Result) string { return fmt.Sprintf(` <!-- %s --> -[license-eye](https://github.com/apache/skywalking-eyes/tree/main/license-eye) has totally checked %d files. +[license-eye](https://github.com/apache/skywalking-eyes/tree/main/cmd/license-eye) has totally checked %d files. | Valid | Invalid | Ignored | Fixed | | --- | --- | --- | --- | | %d | %d | %d | %d |
