diff --git a/autostart_hummingbot_compose/README.md b/autostart_hummingbot_compose/README.md index 50fd955..8c6c494 100644 --- a/autostart_hummingbot_compose/README.md +++ b/autostart_hummingbot_compose/README.md @@ -78,11 +78,11 @@ You can auto-start either a Script or a Strategy. If you define a `.py` file as `CONFIG_FILE_NAME`, Hummingbot assumes it's a script file and looks for the `.py` file in the `hummingbot_files/scripts` directory. -See [`simple_pmm_example.py`](/hummingbot_files/scripts/simple_pmm_example.py) for an example. +See [`simple_pmm_example.py`](./hummingbot_files/scripts/simple_pmm_example.py) for an example. [Strategies](https://docs.hummingbot.org/strategies/) are configurable strategy templates. If you define a `.yml` file as `CONFIG_FILE_NAME`, Hummingbot assumes it's a strategy config file and looks for the `.yml` file in the `hummingbot_files/conf/strategies` directory. -See [`conf_pure_mm_1.yml`](/hummingbot_files/conf/strategies/conf_pure_mm_1.yml) for an example. +See [`conf_pure_mm_1.yml`](./hummingbot_files/conf/strategies/conf_pure_mm_1.yml) for an example. ---