fix(dev-docs): Update links to dev-docs. The Github documentation has been moved from /docs to /dev-docs

This commit is contained in:
Binarybaron 2024-11-09 12:19:28 +01:00
parent bd3fca7e41
commit 3aa12cf16a

View file

@ -24,14 +24,14 @@ You can read [this blogpost](https://comit.network/blog/2021/07/02/transaction-p
./swap --testnet buy-xmr --receive-address <YOUR MONERO ADDRESS> --change-address <YOUR BITCOIN CHANGE ADDRESS> --seller <SELLER MULTIADDRESS>
```
For more detailed documentation on the CLI, see [this README](./docs/cli/README.md).
For more detailed documentation on the CLI, see [this README](./dev-docs/cli/README.md).
## Becoming a Market Maker
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.
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.
Detailed documentation for the `asb` can be found [in this README](./docs/asb/README.md).
Detailed documentation for the `asb` can be found [in this README](./dev-docs/asb/README.md).
## Safety