Skip to content

Commit

Permalink
Merge pull request containers#11008 from dpward/main
Browse files Browse the repository at this point in the history
[CI:DOCS] Fix GitHub URL to Podman logo
  • Loading branch information
openshift-merge-robot authored Jul 21, 2021
2 parents 6678385 + ac588c7 commit c0cb664
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/includes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
.. _podman run: http://docs.podman.io/en/latest/markdown/podman-run.1.html
.. _podman build: http://docs.podman.io/en/latest/markdown/podman-build.1.html
.. _podman push: http://docs.podman.io/en/latest/markdown/podman-push.1.html
.. image:: https://github.com/containers/podman/blob/main/logo/podman-logo.png?raw=true
.. image:: https://raw.githubusercontent.com/containers/podman/main/logo/podman-logo.png
2 changes: 1 addition & 1 deletion pkg/api/server/docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
//
// InfoExtensions:
// x-logo:
// - url: https://raw.githubusercontent.com/containers/libpod/master/logo/podman-logo.png
// - url: https://raw.githubusercontent.com/containers/libpod/main/logo/podman-logo.png
// - altText: "Podman logo"
//
// Produces:
Expand Down

0 comments on commit c0cb664

Please sign in to comment.