From fd7ff45cd4e947758c9f1b6c7e6b167884604487 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Sat, 25 Jun 2022 14:40:01 +0200 Subject: [PATCH] fix doc link --- docs/config-file.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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