From ac588c751bc427b22ed9269a968864e88b91e298 Mon Sep 17 00:00:00 2001 From: David Ward Date: Wed, 21 Jul 2021 11:22:01 -0400 Subject: [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 --- docs/source/includes.rst | 2 +- pkg/api/server/docs.go | 2 +- 2 files changed, 2 insertions(+), 2 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 diff --git a/pkg/api/server/docs.go b/pkg/api/server/docs.go index e72b78221..bf15afbf9 100644 --- a/pkg/api/server/docs.go +++ b/pkg/api/server/docs.go @@ -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: -- cgit v1.2.3-54-g00ecf