diff --git a/apps/widget-configurator/src/app/configurator/index.tsx b/apps/widget-configurator/src/app/configurator/index.tsx index 476cbf28ad..79bf603045 100644 --- a/apps/widget-configurator/src/app/configurator/index.tsx +++ b/apps/widget-configurator/src/app/configurator/index.tsx @@ -75,7 +75,11 @@ export function Configurator({ title }: { title: string }) { const LINKS = [ { icon: , label: 'View embed code', onClick: () => handleDialogOpen() }, { icon: , label: 'Widget web', url: `https://cow.fi/widget/?${UTM_PARAMS}` }, - { icon: , label: 'Developer docs', url: `https://docs.cow.fi/?${UTM_PARAMS}` }, + { + icon: , + label: 'Developer docs', + url: `https://docs.cow.fi/widget/get-started?${UTM_PARAMS}`, + }, ] const { isDisconnected, isConnected } = useAccount() diff --git a/libs/widget-lib/docs/demo-preview.png b/libs/widget-lib/docs/demo-preview.png index 9c944ba0c5..8f835634ef 100644 Binary files a/libs/widget-lib/docs/demo-preview.png and b/libs/widget-lib/docs/demo-preview.png differ