summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrugk <rugk+git@posteo.de>2021-07-08 22:29:33 +0200
committerrugk <rugk+git@posteo.de>2021-07-09 14:22:01 +0200
commit00ed696ed9e4bdd4ec1432d2379d027147fc5461 (patch)
tree25e5d50d26490ff5084992da11e42fd536c9ecbf
parent31c3b952e5da7eb11a32464a0cd74856265efec5 (diff)
downloadpodman-00ed696ed9e4bdd4ec1432d2379d027147fc5461.tar.gz
podman-00ed696ed9e4bdd4ec1432d2379d027147fc5461.tar.bz2
podman-00ed696ed9e4bdd4ec1432d2379d027147fc5461.zip
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>
-rw-r--r--docs/source/includes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/includes.rst b/docs/source/includes.rst
index 8d3b6e2db..6e04d77f4 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/master/logo/podman-logo.png?raw=true
+.. image:: https://github.com/containers/podman/blob/main/logo/podman-logo.png?raw=true