diff --git a/apps/cowswap-frontend/src/legacy/components/OrderProgressBar/index.tsx b/apps/cowswap-frontend/src/legacy/components/OrderProgressBar/index.tsx index c92a266a40..c1bbdcf868 100644 --- a/apps/cowswap-frontend/src/legacy/components/OrderProgressBar/index.tsx +++ b/apps/cowswap-frontend/src/legacy/components/OrderProgressBar/index.tsx @@ -150,7 +150,10 @@ export function OrderProgressBar(props: OrderProgressBarProps) { Order Status: Looking for a{' '} - + Coincidence of Wants (CoW) ↗ diff --git a/apps/cowswap-frontend/src/pages/Faq/LimitOrdersFaq.tsx b/apps/cowswap-frontend/src/pages/Faq/LimitOrdersFaq.tsx index 9ed9633cf9..9923ab7f4f 100644 --- a/apps/cowswap-frontend/src/pages/Faq/LimitOrdersFaq.tsx +++ b/apps/cowswap-frontend/src/pages/Faq/LimitOrdersFaq.tsx @@ -151,7 +151,7 @@ export default function LimitOrderFAQ() {

Surplus-capturing means that the protocol tries to improve prices even more than what users expect when they place their limit orders. CoW Protocol can do this by matching{' '} - + Coincidences of Wants {' '} within batches, and by capturing favorable price movements between the time orders are sent and the time diff --git a/apps/widget-configurator/src/app/configurator/index.tsx b/apps/widget-configurator/src/app/configurator/index.tsx index cba029a065..b5961f5196 100644 --- a/apps/widget-configurator/src/app/configurator/index.tsx +++ b/apps/widget-configurator/src/app/configurator/index.tsx @@ -87,7 +87,7 @@ export function Configurator({ title }: { title: string }) { { icon: , label: 'Developer docs', - url: `https://docs.cow.fi/widget/get-started?${UTM_PARAMS}`, + url: `https://docs.cow.fi/cow-protocol/tutorials/widget?${UTM_PARAMS}`, }, ] diff --git a/libs/widget-lib/docs/README.md b/libs/widget-lib/docs/README.md index 741e2d83e0..ba49987658 100644 --- a/libs/widget-lib/docs/README.md +++ b/libs/widget-lib/docs/README.md @@ -45,7 +45,7 @@ orders. The key must be a UTF8 string of up to `50 chars`. It will be a part of orders meta-data, see more in -the [CoW Protocol Docs](https://docs.cow.fi/front-end/creating-app-ids/create-the-order-meta-data-file/appcode). +the [CoW Protocol Tutorial](https://learn.cow.fi/tutorial/simple-app-data). ## Interface fee