Skip to content

Commit

Permalink
chore: attempt to fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anxolin committed Jan 2, 2025
1 parent 517f714 commit 2e7b7b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
yarn add @cowprotocol/cow-sdk
```

## [Trading SDK](./src/trading/README.md)
## [Trading SDK](https://github.com/cowprotocol/cow-sdk/blob/main/src/trading/README.md)

CoW Protocol is intent based, decentralized trading protocol that allows users to trade ERC-20 tokens.

Expand Down Expand Up @@ -62,7 +62,7 @@ console.log('Order created, id: ', orderId)
This example is the simplest way to trade on CoW Protocol.

You might want to use more advanced parameters like `receiver`, `partiallyFillable`, `validTo` and others.
Check the [Trading SDK documentation](./src/trading/README.md) for more details.
Check the [Trading SDK documentation](https://github.com/cowprotocol/cow-sdk/blob/main/src/trading/README.md) for more details.


## Other utilities
Expand Down

0 comments on commit 2e7b7b3

Please sign in to comment.