diff --git a/docs/user/rss/flow/quick_start/start.md b/docs/user/rss/flow/quick_start/start.md index d85c0f0df..92ab26cb9 100644 --- a/docs/user/rss/flow/quick_start/start.md +++ b/docs/user/rss/flow/quick_start/start.md @@ -28,7 +28,7 @@ Parameters can be specified either through a YAML configuration file or as direc > **Recommendation**: This is currently our recommended approach for setting up and managing RSS workflows. -The RSS workflow can be initiated using a custom YAML configuration file. A comprehensive list of parameters, including default settings and modifiable options, is available in `autoplex/auto/rss/rss_default_configuration.yaml`. When creating a new YAML file, any specified keys will override the corresponding default values. To start a new workflow, pass the path to your YAML file as the `config_file` argument in the `make` method. +The RSS workflow can be initiated using a custom YAML configuration file. A comprehensive list of parameters, including default settings and modifiable options, is available in `autoplex/auto/rss/rss_default_configuration.yaml`. When creating a new YAML file, any specified keys will override the corresponding default values. To start a new workflow, pass the path to your YAML file as the `config_file` argument in the `make` method. If you are using remote submission via jobflow-remote, please be aware that the configuration file has to be placed on the remote cluster and the file path has to reflect this as well (i.e., it is a path on the remote cluster). ```python from autoplex.auto.rss.flows import RssMaker