diff options
author | David Ward <david.ward@ll.mit.edu> | 2021-07-21 11:22:01 -0400 |
---|---|---|
committer | David Ward <david.ward@ll.mit.edu> | 2021-07-21 11:22:01 -0400 |
commit | ac588c751bc427b22ed9269a968864e88b91e298 (patch) | |
tree | 9dda966eecf642be1830b666de0a35ccd7cc46e6 /docs | |
parent | 782634334eaadb43e056571a57e76bd2ee9016f4 (diff) | |
download | podman-ac588c751bc427b22ed9269a968864e88b91e298.tar.gz podman-ac588c751bc427b22ed9269a968864e88b91e298.tar.bz2 podman-ac588c751bc427b22ed9269a968864e88b91e298.zip |
[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>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/source/includes.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/includes.rst b/docs/source/includes.rst index 6e04d77f4..8d5f18e4d 100644 --- a/docs/source/includes.rst +++ b/docs/source/includes.rst @@ -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 |