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

Commit a685e18

Browse files
Mitra/redirect from binary api to deriv api (#7297)
* feat: ✨ redirect from binary api to deriv api * fix: 🐛 redirect to deriv api documentation page Co-authored-by: Habib Deriv <88178645+habib-deriv@users.noreply.github.com>
1 parent a8efecd commit a685e18

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/templates/_common/_layout/footer.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ const Footer = () => (
104104
header={it.L('Partner With Us')}
105105
items={[
106106
{ text: it.L('Affiliate and IB Programme'), href: it.url_for('affiliate-ib') },
107-
{ text: it.L('API'), href: 'https://developers.binary.com', target: '_blank' },
107+
{ text: it.L('API'), href: 'https://api.deriv.com/docs', target: '_blank' },
108108
/* { text: it.L('Charitable Activities'), href: it.url_for('charity') }, */
109109
{ text: it.L('All Partnership Options'), href: it.url_for('partners') },
110110
]}

src/templates/app/endpoint.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const Endpoint = () => (
1919
type='text'
2020
label={it.L('OAuth App ID')}
2121
attributes={{ maxLength: 5 }}
22-
hint={it.L('You have to register and get App ID before you can use different OAuth server for authentication. For more information refer to OAuth details on https://developers.binary.com/.')}
22+
hint={it.L('You have to register and get App ID before you can use different OAuth server for authentication. For more information refer to OAuth details on https://api.deriv.com/docs.')}
2323
/>
2424
</Fieldset>
2525
<div className='center-text'>

src/templates/static/partners/partners.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const Partners = () => (
4040
text={it.L('Apply to become a Payment Agent')}
4141
/>
4242
<Column
43-
url='https://developers.binary.com'
43+
url='https://api.deriv.com/docs'
4444
target='_blank'
4545
image='api'
4646
header={it.L('API')}

0 commit comments

Comments
 (0)