diff --git a/docs/config-file.md b/docs/config-file.md index 75ed7b4..3f79915 100644 --- a/docs/config-file.md +++ b/docs/config-file.md @@ -286,9 +286,10 @@ dotfiles: ## toml Dotdrop should be able to handle `toml` config file however this -feature hasn't been extensively tested. A base [config.toml](/config.toml) is available to get started. +feature hasn't been extensively tested. +A base [config.toml](/config.toml) is available to get started. -The script [yaml-to-toml.py](/scripts/yaml-to-toml.py) allows to convert a `yaml` dotdrop +The script [yaml-to-toml.py](https://github.com/deadc0de6/dotdrop/blob/master/scripts/yaml-to-toml.py) allows to convert a `yaml` dotdrop config file to `toml`. For more see issue [#343](https://github.com/deadc0de6/dotdrop/issues/343). \ No newline at end of file