Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update docs/learn.cow.fi URLs #3611

Merged
merged 4 commits into from
Jan 11, 2024
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
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,10 @@ export function OrderProgressBar(props: OrderProgressBarProps) {
<GreenClockIcon size={16} />
<StatusMsg>
Order Status: <strong>Looking for a</strong>{' '}
<StyledCoWLink href="https://docs.cow.fi/overview/coincidence-of-wants" className="cowlink">
<StyledCoWLink
href="https://docs.cow.fi/cow-protocol/concepts/how-it-works/coincidence-of-wants"
className="cowlink"
>
<strong>
<span>C</span>oincidence <span>o</span>f <span>W</span>ants (CoW) ↗
</strong>
Expand Down
2 changes: 1 addition & 1 deletion apps/cowswap-frontend/src/pages/Faq/LimitOrdersFaq.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ export default function LimitOrderFAQ() {
<p>
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{' '}
<ExternalLinkFaq href="https://docs.cow.fi/overview/coincidence-of-wants">
<ExternalLinkFaq href="https://docs.cow.fi/cow-protocol/concepts/how-it-works/coincidence-of-wants">
Coincidences of Wants
</ExternalLinkFaq>{' '}
within batches, and by capturing favorable price movements between the time orders are sent and the time
Expand Down
2 changes: 1 addition & 1 deletion apps/widget-configurator/src/app/configurator/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export function Configurator({ title }: { title: string }) {
{
icon: <ChromeReaderModeIcon />,
label: 'Developer docs',
url: `https://docs.cow.fi/widget/get-started?${UTM_PARAMS}`,
url: `https://docs.cow.fi/cow-protocol/tutorials/widget?${UTM_PARAMS}`,
},
]

Expand Down
2 changes: 1 addition & 1 deletion libs/widget-lib/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading