Skip to content

Commit 3c551c8

Browse files
authored
fix(dev-docs): Update links to dev-docs
The Github documentation has been moved from /docs to /dev-docs Closes #129
1 parent 3614b9f commit 3c551c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

swap/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ You can read [this blogpost](https://comit.network/blog/2021/07/02/transaction-p
2424
./swap --testnet buy-xmr --receive-address <YOUR MONERO ADDRESS> --change-address <YOUR BITCOIN CHANGE ADDRESS> --seller <SELLER MULTIADDRESS>
2525
```
2626

27-
For more detailed documentation on the CLI, see [this README](./docs/cli/README.md).
27+
For more detailed documentation on the CLI, see [this README](./dev-docs/cli/README.md).
2828

2929
## Becoming a Market Maker
3030

3131
Swapping of course needs two parties - and the CLI is only one of them: The taker that occasionally starts a swap with a market maker.
3232

3333
If you are interested in becoming a market maker you will want to run the second binary provided in this repository: `asb` - the Automated Swap Backend.
34-
Detailed documentation for the `asb` can be found [in this README](./docs/asb/README.md).
34+
Detailed documentation for the `asb` can be found [in this README](./dev-docs/asb/README.md).
3535

3636
## Safety
3737

0 commit comments

Comments
 (0)