From a9e7038d3b70ea83d5e1d1110dfc884dbaf385d0 Mon Sep 17 00:00:00 2001 From: Marcel Robitaille Date: Mon, 8 Feb 2021 13:53:49 -0500 Subject: [PATCH] Fix broken links? --- docs/config-details.md | 2 +- docs/usage.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/config-details.md b/docs/config-details.md index a760f0e..196b33d 100644 --- a/docs/config-details.md +++ b/docs/config-details.md @@ -648,7 +648,7 @@ dotfiles: ## Ignoring missing files -The [ignore missing files setting](./usage/#ignoring-missing-files) +The [ignore missing files setting](usage.md#ignoring-missing-files) can be configured globally or on a specific dotfile. To configure globally, place the following in `config.yaml`: diff --git a/docs/usage.md b/docs/usage.md index 2658c32..7b2d3fb 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -305,4 +305,4 @@ Maybe the program changes these files quite often and creates unnecessary diffs In these cases, you can use the `ingore-missing` option. This option is available as a flag (`--ignore-missing` or `-z`) to the `update` and `compare` commands, -or [as a configuration option either globally or on a specific dotfile](./config-details/#ignoring-missing-files). +or [as a configuration option either globally or on a specific dotfile](config-details.md#ignoring-missing-files).