1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 19:09:44 +00:00

fix doc link

This commit is contained in:
deadc0de6
2022-06-25 14:40:01 +02:00
parent 70e19a9aa9
commit fd7ff45cd4

View File

@@ -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).