From bdd9d3d2a7e53a10e5ac4fed8b431f0f3e36633f Mon Sep 17 00:00:00 2001 From: Oliver Bertuch Date: Thu, 11 Jan 2024 09:54:41 +0100 Subject: [PATCH] docs: fix OpenGraph image URL --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 9b93690a..b7c7edb9 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -130,7 +130,7 @@ # -- Options for OpenGraph Tags ---------------------------------------------- ogp_site_url = "https://docs.software-metadata.pub/" -ogp_image = "https://docs.software-metadata.pub/_static/img/opengraph-workflow.png" +ogp_image = "https://docs.software-metadata.pub/en/latest/_static/img/opengraph-workflow.png" ogp_image_alt = "The HERMES key visual on a blue background with pipelines and the Workflow subproject title" ogp_description_length = 200 ogp_type = "website"