diff --git a/docs/config-file.md b/docs/config-file.md index 7a472d5..3ebac4c 100644 --- a/docs/config-file.md +++ b/docs/config-file.md @@ -130,7 +130,7 @@ Some entries in the config can be templated (See [templating](templating.md)): Entry | Related doc -------- | ------------- -dotpath | [config entries](config-config.md#config-entry) +dotpath | [config entries](config-config.md#config-block) dotfile src | [dynamic dotfile paths](config-dotfiles.md#dynamic-dotfile-paths) dotfile dst | [dynamic dotfile paths](config-dotfiles.md#dynamic-dotfile-paths) dotfile link | [dynamic dotfile link value](config-dotfiles.md#dynamic-dotfile-link-value) diff --git a/docs/installation.md b/docs/installation.md index ba5a8e4..6875335 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -188,7 +188,7 @@ $ ./dotdrop.sh --cfg files Beside the Python dependencies defined in [requirements.txt](https://github.com/deadc0de6/dotdrop/blob/master/requirements.txt), dotdrop depends on the following tools: -* `diff` (unless a different tool is used, see [diff_command](config-config.md#config-entry)) +* `diff` (unless a different tool is used, see [diff_command](config-config.md#config-block)) * `git` (only if using the entry point script [dotdrop.sh](https://github.com/deadc0de6/dotdrop/blob/master/dotdrop.sh)) * `readlink` or `realpath` (only if using the entry point script [dotdrop.sh](https://github.com/deadc0de6/dotdrop/blob/master/dotdrop.sh)) diff --git a/docs/templating.md b/docs/templating.md index 9870877..c81dd55 100644 --- a/docs/templating.md +++ b/docs/templating.md @@ -6,7 +6,7 @@ or the below sections for more information on how to template your dotfiles. ## Templating or not templating -The dotfile config entry [template](config-dotfiles.md#dotfiles-entry) +The dotfile config entry [template](config-dotfiles.md#dotfiles-block) and the global config entry [template_dotfile_default](config-config.md) allow to control whether a dotfile is processed by the templating engine.