From 3c551c86b2ebe68acb686806be009cd1fd44b766 Mon Sep 17 00:00:00 2001 From: binarybaron <86064887+binarybaron@users.noreply.github.com> Date: Sat, 9 Nov 2024 12:20:58 +0100 Subject: [PATCH] fix(dev-docs): Update links to dev-docs The Github documentation has been moved from /docs to /dev-docs Closes https://github.com/UnstoppableSwap/core/issues/129 --- swap/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/swap/README.md b/swap/README.md index 35adc5f0..69288fed 100644 --- a/swap/README.md +++ b/swap/README.md @@ -24,14 +24,14 @@ You can read [this blogpost](https://comit.network/blog/2021/07/02/transaction-p ./swap --testnet buy-xmr --receive-address --change-address --seller ``` -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