From 5846c4dfe3bb45e8e61b0458520787211438d872 Mon Sep 17 00:00:00 2001 From: Yavor Ivanov Date: Thu, 22 Dec 2022 15:39:08 +0200 Subject: [PATCH] [INTERNAL] Reference the correct URL for the logo (#860) --- jsdoc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsdoc.json b/jsdoc.json index 2079cf56d..e8a1b295a 100644 --- a/jsdoc.json +++ b/jsdoc.json @@ -29,7 +29,7 @@ "openGraph": { "title": "UI5 Tooling - API Reference", "type": "website", - "image": "https://sap.github.io/ui5-tooling/docs/images/UI5_logo_wide.png", + "image": "https://sap.github.io/ui5-tooling/v2/images/UI5_logo_wide.png", "site_name": "UI5 Tooling - API Reference", "url": "https://sap.github.io/ui5-tooling/" },