From 2e7b7b3fc9bd416b27398dfc0b66141bfe0cf852 Mon Sep 17 00:00:00 2001 From: Anxo Rodriguez Date: Thu, 2 Jan 2025 20:05:42 +0100 Subject: [PATCH] chore: attempt to fix --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 174cd62..1a1c99e 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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