Skip to content

Commit

Permalink
chore: Correct doc site field (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmapes authored Apr 1, 2024
1 parent 00271e1 commit d38a83f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/vela-s3-cache/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ func run(c *cli.Context) error {

logrus.WithFields(logrus.Fields{
"code": "https://github.com/go-vela/vela-s3-cache",
"docs": "https://go-vela.github.io/docs/plugins/registry/pipeline/s3-cache",
"docs": "https://go-vela.github.io/docs/plugins/registry/pipeline/s3_cache",
"registry": "https://hub.docker.com/r/target/vela-s3-cache",
}).Info("Vela S3 Cache Plugin")

Expand Down

0 comments on commit d38a83f

Please sign in to comment.