diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-07-21 14:37:31 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-21 14:37:31 -0400 |
commit | c0cb664581c11a0afd5a93c94822021dad00e68a (patch) | |
tree | 0bc78070a1f9b35bcde3ccc39718d756c68ca6a5 /docs | |
parent | 6678385abc34521dc85a0a549ee306b73ebc2911 (diff) | |
parent | ac588c751bc427b22ed9269a968864e88b91e298 (diff) | |
download | podman-c0cb664581c11a0afd5a93c94822021dad00e68a.tar.gz podman-c0cb664581c11a0afd5a93c94822021dad00e68a.tar.bz2 podman-c0cb664581c11a0afd5a93c94822021dad00e68a.zip |
Merge pull request #11008 from dpward/main
[CI:DOCS] Fix GitHub URL to Podman logo
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 |