From aa88b90c6aedb40989bfc434ce7b4fe666fb61bb Mon Sep 17 00:00:00 2001 From: ghubstan <36207203+ghubstan@users.noreply.github.com> Date: Mon, 4 Jul 2022 16:38:30 -0300 Subject: [PATCH] Fix internal link --- python-examples/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-examples/README.md b/python-examples/README.md index 16c2c2d..907c06e 100644 --- a/python-examples/README.md +++ b/python-examples/README.md @@ -8,7 +8,7 @@ is named for the RPC method call being demonstrated. The [bisq.bots](https://github.com/bisq-network/bisq-api-reference/tree/main/python-examples/bisq/rpccalls) package contains some simple bots. Please do not run the Python bot examples on mainnet. -See [warning](#bot-not-ready-for-mainnet). +See [warning](#do-not-run-python-bot-examples-on-mainnet). The `run-setup.sh` script in this directory can install Python3 dependencies and example packages into a local venv. @@ -27,7 +27,7 @@ high-throughput, high-performance system supporting atomic transactions. Care mu slow wallet updates on your disk, and Tor network latency. The API daemon enforces limits on request frequency via call rate metering, but you cannot assume bots can perform tasks as rapidly as the API daemon's call rate meters allow. -### [Do Not Run Python Bot Examples On Mainnet](#bot-not-ready-for-mainnet) +### [Do Not Run Python Bot Examples On Mainnet](#do-not-run-python-bot-examples-on-mainnet) The scripts in the [bisq.bots](https://github.com/bisq-network/bisq-api-reference/tree/main/python-examples/bisq/bots) package should not be run on mainnet. They do not properly handle errors, and were written by a Python noob.