[CI:DOCS] Fix GitHub URL to Podman logo
The Podman logo is not rendered on docs.podman.io with the current URL. Signed-off-by: David Ward <david.ward@ll.mit.edu>
This commit is contained in:
parent
782634334e
commit
ac588c751b
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue