Skip to content

Commit

Permalink
fix: full href
Browse files Browse the repository at this point in the history
  • Loading branch information
mfw78 committed Nov 2, 2023
1 parent 5ed98d2 commit 4763086
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# CoW SDK

## 📚 [SDK docs website](https://docs.cow.fi/cow-sdk)
## 📚 [Docs website](https://docs.cow.fi/)

## Test coverage

Expand All @@ -14,7 +14,7 @@

## Getting started

**Usage examples: [VanillaJS](./examples/vanilla/src/index.ts), [Create React App](./examples/cra/src/pages/getOrders/index.tsx), [NodeJS](./examples/nodejs/src/index.ts)**
**Usage examples: [VanillaJS](https://github.com/cowprotocol/cow-sdk/blob/main/examples/vanilla/src/index.ts), [Create React App](https://github.com/cowprotocol/cow-sdk/blob/main/examples/cra/src/pages/getOrders/index.tsx), [NodeJS](https://github.com/cowprotocol/cow-sdk/blob/main/examples/nodejs/src/index.ts)**

### Installation

Expand Down Expand Up @@ -54,7 +54,7 @@ We will do the following operations:
5. Get trades of the order
6. Cancel the order (signing + sending)

[You also can check this code in the CRA example](./examples/cra/src/pages/quickStart/index.tsx)
[You also can check this code in the CRA example](https://github.com/cowprotocol/cow-sdk/blob/main/examples/cra/src/pages/quickStart/index.tsx)


```typescript
Expand Down Expand Up @@ -206,7 +206,7 @@ console.log(response)

One way to make the most out of the SDK is to get familiar with its architecture.

> See [SDK Architecture](./docs/architecture.md)
> See [SDK Architecture](https://github.com/cowprotocol/cow-sdk/blob/main/docs/architecture.md)
## Development

Expand Down

0 comments on commit 4763086

Please sign in to comment.