You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@skywalking.apache.org by he...@apache.org on 2021/06/04 08:20:33 UTC

[skywalking-eyes] branch fix-404 created (now c926579)

This is an automated email from the ASF dual-hosted git repository.

heyanlong pushed a change to branch fix-404
in repository https://gitbox.apache.org/repos/asf/skywalking-eyes.git.


      at c926579  Fix 404 error

This branch includes the following new commits:

     new c926579  Fix 404 error

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[skywalking-eyes] 01/01: Fix 404 error

Posted by he...@apache.org.
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: 何延龙 <ya...@gmail.com>
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 |