Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit 310ee7c

Browse files
authored
Merge pull request #317 from agrim-deriv/Agrim/DAPI-458/fix--js-api-docs
Agrim/DAPI-458/fix js api docs
2 parents 7bc54c7 + 8fdd4a7 commit 310ee7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/features/Home/ClientLibraries/ClientLibraries.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export const ClientLibraries = () => {
2727
<div className={styles.LogoAndLink}>
2828
<a
2929
className={styles.LibraryGoTo}
30-
href='https://binary-com.github.io/deriv-api/'
30+
href='https://deriv-com.github.io/deriv-api/'
3131
rel='noreferrer'
3232
target='_blank'
3333
>

src/features/Home/ClientLibraries/__tests__/ClientLibraries.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ describe('ClientLibraries', () => {
2626
it('should navigate to the correct links on click', () => {
2727
expect(screen.getByText('Go to the JavaScript library').closest('a')).toHaveAttribute(
2828
'href',
29-
'https://binary-com.github.io/deriv-api/',
29+
'https://deriv-com.github.io/deriv-api/',
3030
);
3131
expect(screen.getByText('Go to the Python library').closest('a')).toHaveAttribute(
3232
'href',

0 commit comments

Comments
 (0)