1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 15:39:43 +00:00

Fix broken links?

This commit is contained in:
Marcel Robitaille
2021-02-08 13:53:49 -05:00
parent 86f6f26a98
commit a9e7038d3b
2 changed files with 2 additions and 2 deletions

View File

@@ -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`:

View File

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