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

Commit

Permalink
Merge pull request #317 from agrim-deriv/Agrim/DAPI-458/fix--js-api-docs
Browse files Browse the repository at this point in the history
Agrim/DAPI-458/fix  js api docs
  • Loading branch information
shafin-deriv authored Apr 24, 2024
2 parents 7bc54c7 + 8fdd4a7 commit 310ee7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/features/Home/ClientLibraries/ClientLibraries.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const ClientLibraries = () => {
<div className={styles.LogoAndLink}>
<a
className={styles.LibraryGoTo}
href='https://binary-com.github.io/deriv-api/'
href='https://deriv-com.github.io/deriv-api/'
rel='noreferrer'
target='_blank'
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ describe('ClientLibraries', () => {
it('should navigate to the correct links on click', () => {
expect(screen.getByText('Go to the JavaScript library').closest('a')).toHaveAttribute(
'href',
'https://binary-com.github.io/deriv-api/',
'https://deriv-com.github.io/deriv-api/',
);
expect(screen.getByText('Go to the Python library').closest('a')).toHaveAttribute(
'href',
Expand Down

0 comments on commit 310ee7c

Please sign in to comment.