API doc url fix (#2932)

* api-doc url fix
* api-doc url fix

Signed-off-by: Raj Das <raj@chaosnative.com>
This commit is contained in:
Raj Babu Das 2021-06-23 16:10:43 +05:30 committed by GitHub
parent 9204af1e8d
commit aeb60c7465
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -108,10 +108,7 @@ const LocalQuickActionCard: React.FC<LocalQuickActionCardProps> = ({
? { ? {
src: './icons/docs.svg', src: './icons/docs.svg',
alt: 'docs', alt: 'docs',
onClick: () => onClick: () => window.open('/api-docs/index.html'),
window.open(
'https://docs.litmus.com/docs/litmus-api-documentation'
),
text: t('quickActionCard.readAPIDocs'), text: t('quickActionCard.readAPIDocs'),
} }
: emptyData, : emptyData,