From aeb60c7465fc9ba779603dddc8b67dedb024b678 Mon Sep 17 00:00:00 2001 From: Raj Babu Das Date: Wed, 23 Jun 2021 16:10:43 +0530 Subject: [PATCH] API doc url fix (#2932) * api-doc url fix * api-doc url fix Signed-off-by: Raj Das --- .../frontend/src/components/LocalQuickActionCard/index.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/litmus-portal/frontend/src/components/LocalQuickActionCard/index.tsx b/litmus-portal/frontend/src/components/LocalQuickActionCard/index.tsx index 308545fef..81108b653 100644 --- a/litmus-portal/frontend/src/components/LocalQuickActionCard/index.tsx +++ b/litmus-portal/frontend/src/components/LocalQuickActionCard/index.tsx @@ -108,10 +108,7 @@ const LocalQuickActionCard: React.FC = ({ ? { src: './icons/docs.svg', alt: 'docs', - onClick: () => - window.open( - 'https://docs.litmus.com/docs/litmus-api-documentation' - ), + onClick: () => window.open('/api-docs/index.html'), text: t('quickActionCard.readAPIDocs'), } : emptyData,