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:
parent
9204af1e8d
commit
aeb60c7465
|
@ -108,10 +108,7 @@ const LocalQuickActionCard: React.FC<LocalQuickActionCardProps> = ({
|
|||
? {
|
||||
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,
|
||||
|
|
Loading…
Reference in New Issue