Skip to content
This repository was archived by the owner on Jul 1, 2024. It is now read-only.

Commit a0aa00f

Browse files
Merge pull request #175 from Enigo/master
Fixed wrong redirect
2 parents ebc4bb7 + 4b5707c commit a0aa00f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/limit-order-protocol/introduction.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For example, you can put up 2 WBTC tokens for sale at the price of 82415 DAI tok
2929
### Limit order execution
3030

3131
1. 1inch users can place their limit orders throught the 1inch [dApp](https://app.1inch.io/#/1/limit-order/WETH/DAI).
32-
2. The signed orders placed by the users can be fetched by anyone using the [1inch Limit Orders Liquidity Source API](./api)
32+
2. The signed orders placed by the users can be fetched by anyone using the [1inch Limit Orders Liquidity Source API](./api.mdx)
3333
to execute trades by filling the order on-chain.
3434
3. To fill a limit order on-chain, you need to pass the signed order to the `fillOrder` method on the contract.
3535
You can find the latest contract addresses [here](https://github.com/1inch/limit-order-protocol-utils/blob/master/src/limit-order-protocol.const.ts).

0 commit comments

Comments
 (0)