fix: logo not loading after barnch renaming

You've renamed your branch from master to main and thus this URL here did not work anymore and caused a glitch in displaying the image in the docs.

Signed-off-by: rugk <rugk+git@posteo.de>
This commit is contained in:
rugk
2021-07-08 22:29:33 +02:00
parent 31c3b952e5
commit 00ed696ed9

View File

@ -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/master/logo/podman-logo.png?raw=true
.. image:: https://github.com/containers/podman/blob/main/logo/podman-logo.png?raw=true