From b3383ca4054b10f9947eeca74235adfdf0434fd4 Mon Sep 17 00:00:00 2001 From: SujitMBRDI Date: Thu, 28 Nov 2024 12:31:10 +0530 Subject: [PATCH] [Business Partner Kit 24.12]: update api doc link to bpdm app version 6.2.0 --- sidebarsDocsKits.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sidebarsDocsKits.js b/sidebarsDocsKits.js index 1d476494670..ff0b2fd7cc9 100644 --- a/sidebarsDocsKits.js +++ b/sidebarsDocsKits.js @@ -241,17 +241,17 @@ const sidebars = { { type: "link", label: "Gate API", - href: 'https://eclipse-tractusx.github.io/api-hub/bpdm/6.2.0-rc5/gate/' + href: 'https://eclipse-tractusx.github.io/api-hub/bpdm/6.2.0/gate/swagger-ui/' }, { type: "link", label: "Pool API", - href: 'https://eclipse-tractusx.github.io/api-hub/bpdm/6.2.0-rc5/pool/' + href: 'https://eclipse-tractusx.github.io/api-hub/bpdm/6.2.0/pool/swagger-ui/' }, { type: "link", label: "Orchestrator API", - href: 'https://eclipse-tractusx.github.io/api-hub/bpdm/6.2.0-rc5/orchestrator/' + href: 'https://eclipse-tractusx.github.io/api-hub/bpdm/6.2.0/orchestrator/swagger-ui/' }, 'kits/Business Partner Kit/Software Development View/Use Cases' ]