-
Notifications
You must be signed in to change notification settings - Fork 38
update godoc button in README for image/v5 #436
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Luap99
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, you must add a DCO sign off to the commit https://github.com/containers/container-libs/blob/main/CONTRIBUTING.md#sign-your-prs
image/README.md
Outdated
| @@ -1,4 +1,4 @@ | |||
| [](https://pkg.go.dev/github.com/containers/image/v5) [](https://cirrus-ci.com/github/containers/image) | |||
| [](https://pkg.go.dev/go.podman.io/image/v5) [](https://cirrus-ci.com/github/containers/image) | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo go.padman.io
I think you can just drop the cirrus CI link, it doesn't add any value. It would need to get changed with s/image/container-libs/ to pick the current repo location CI wise but it doesn't make sense to show this link in the image subdirectory IMO.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done! Thank you.
Fixes the godoc button link to the new URL and removes the unused cirrusci badge. Fixes containers#435 Signed-off-by: Jeff Hodges <[email protected]>
|
@Luap99 Feedback handled! Thanks for the review! |
| @@ -1,4 +1,4 @@ | |||
| [](https://pkg.go.dev/github.com/containers/image/v5) [](https://cirrus-ci.com/github/containers/image) | |||
| [](https://pkg.go.dev/go.podman.io/image/v5) | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
another typo in the badge svg link, it doesn't seem to matter for the picture but still it should be right :)
Fixes #435