Skip to content

Commit

Permalink
[BOT] Farabi/bot-1990/update dbot blogs url in faq (binary-com#16068)
Browse files Browse the repository at this point in the history
* fix: updated blog urls in faq section

* chore: added rel noopener and noreferrer
  • Loading branch information
farabi-deriv committed Jul 16, 2024
1 parent e4366ad commit 1eb7f43
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/bot-web-ui/src/pages/tutorials/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export const faq_content: TFaqContent[] = [
{
type: 'text',
content: localize(
'For more info, <a href="https://deriv.com/academy/blog/posts/how-to-build-a-basic-trading-bot-with-dbot/" target="_blank">check out this blog post</a> on the basics of building a trading bot.'
'For more info, <a href="https://blog.deriv.com/posts/how-to-build-a-basic-trading-bot-with-dbot/" rel="noopener noreferrer" target="_blank">check out this blog post</a> on the basics of building a trading bot.'
),
},
],
Expand Down Expand Up @@ -354,7 +354,7 @@ export const faq_content: TFaqContent[] = [
{
type: 'text',
content: localize(
'Yes, you can. However, there are limits on your account, such as maximum number of open positions and maximum aggregate payouts on open positions. So, just keep these limits in mind when opening multiple positions. You can find more info about these limits at <a href="https://app.deriv.com/account/account-limits" target="_blank">Settings > Account limits</a>.'
'Yes, you can. However, there are limits on your account, such as maximum number of open positions and maximum aggregate payouts on open positions. So, just keep these limits in mind when opening multiple positions. You can find more info about these limits at <a href="https://app.deriv.com/account/account-limits" rel="noopener noreferrer" target="_blank">Settings > Account limits</a>.'
),
},
],
Expand Down Expand Up @@ -388,7 +388,7 @@ export const faq_content: TFaqContent[] = [
{
type: 'text',
content: localize(
'We offer our services in all countries, except for the ones <a href="https://deriv.com/tnc/general-terms.pdf" target="_blank">mentioned in our terms and conditions.</a>'
'We offer our services in all countries, except for the ones <a href="https://deriv.com/tnc/general-terms.pdf" rel="noopener noreferrer" target="_blank">mentioned in our terms and conditions.</a>'
),
},
],
Expand Down Expand Up @@ -422,7 +422,7 @@ export const faq_content: TFaqContent[] = [
{
type: 'text',
content: localize(
'<a href="https://www.youtube.com/watch?v=QdI5zCkO4Gk&t=203s" target="_blank">Watch this video</a> to learn how to build a trading bot on Deriv Bot. Also, <a href="https://deriv.com/academy/blog/posts/how-to-build-a-basic-trading-bot-with-dbot/" target="_blank">check out this blog post</a> on building a trading bot.'
'<a href="https://www.youtube.com/watch?v=QdI5zCkO4Gk&t=203s" rel="noopener noreferrer" target="_blank">Watch this video</a> to learn how to build a trading bot on Deriv Bot. Also, <a href="https://blog.deriv.com/posts/how-to-build-a-basic-trading-bot-with-dbot/" rel="noopener noreferrer" target="_blank">check out this blog post</a> on building a trading bot.'
),
},
],
Expand Down

0 comments on commit 1eb7f43

Please sign in to comment.