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

Agrim/DAPI-458/fix js api docs #317

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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