From 0123ab4016d554e7766256088831bc1626a0dfcf Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Fri, 24 Sep 2021 20:55:51 +0200 Subject: [PATCH] fix doc links --- docs/howto/prompt-user-for-variables.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/howto/prompt-user-for-variables.md b/docs/howto/prompt-user-for-variables.md index fbc3db9..0b7e109 100644 --- a/docs/howto/prompt-user-for-variables.md +++ b/docs/howto/prompt-user-for-variables.md @@ -1,12 +1,12 @@ # Prompt user for variables -With the use of [uservariables](config-details.md#entry-uservariables), +With the use of [uservariables](../config-details.md#entry-uservariables), one can define specific variables that need to be initially filled in manually by the user on first run. The provided values are then automatically saved by dotdrop to `uservariables.yaml`, which can be included in the main config as a file from which variables are imported -using [import_variables](config-details.md#entry-import_variables). +using [import_variables](../config-details.md#entry-import_variables). Let's say for example that you want to provide manually the email value on new hosts you deploy your dotfiles to.