From fe4f1a71558096c18de0f6266a1f271bdf04efdd Mon Sep 17 00:00:00 2001 From: perror <23651751+perrornet@users.noreply.github.com> Date: Thu, 11 Jul 2024 10:20:56 +0800 Subject: [PATCH] Fix README.md file path error --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 268db78..3f17ce8 100644 --- a/README.md +++ b/README.md @@ -93,11 +93,11 @@ GLOBAL OPTIONS: ##### Example -* [global_config.yaml](./example/global_config.yaml): A generic example configuration for global settings. -* [gate_liquidity_config.yaml](./example/gate_liquidity_config.yaml): An example configuration for providing liquidity to the Gate.io exchange. -* [general_config.yaml](./example/general_config.yaml): An example configuration for standard addresses swapping liquidity between two chains. -* [helix_liquidity_config.yaml](./example/helix_liquidity_config.yaml): An example configuration that, when checking address balances, includes both on-chain balances and unclaimed HelixBridge balances for evaluation. -* [operator_safe_config.yaml](./example/operator_safe_config.yaml): An example configuration for scenarios where the operator address utilizes a multi-signature setup. +* [global_config.yaml](./example/configs/global_config.yaml): A generic example configuration for global settings. +* [gate_liquidity_config.yaml](./example/configs/gate_liquidity_config.yaml): An example configuration for providing liquidity to the Gate.io exchange. +* [general_config.yaml](./example/configs/general_config.yaml): An example configuration for standard addresses swapping liquidity between two chains. +* [helix_liquidity_config.yaml](./example/configs/helix_liquidity_config.yaml): An example configuration that, when checking address balances, includes both on-chain balances and unclaimed HelixBridge balances for evaluation. +* [operator_safe_config.yaml](./example/configs/operator_safe_config.yaml): An example configuration for scenarios where the operator address utilizes a multi-signature setup. ##### Configuration Reference ```