Skip to content

Commit

Permalink
fix(cloudevents-server): fix thedefault view base url
Browse files Browse the repository at this point in the history
Signed-off-by: wuhuizuo <[email protected]>
  • Loading branch information
wuhuizuo committed Dec 8, 2023
1 parent bcd76b2 commit b7c9602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudevents-server/pkg/events/custom/tekton/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func NewHandler(cfg config.Lark) (*Handler, error) {
return &Handler{
LarkClient: newLarkClient(cfg),
Receiver: cfg.Receiver,
RunDetailBaseURL: "https://do.pigncap.net/tekton",
RunDetailBaseURL: "https://do.pingcap.net/tekton",
}, nil
}

Expand Down

0 comments on commit b7c9602

Please sign in to comment.