mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-08 20:44:17 +00:00
doc fix links
This commit is contained in:
@@ -8,13 +8,13 @@
|
||||
It is possible to ignore specific patterns when using dotdrop. For example for `compare` when temporary
|
||||
files don't need to appear in the output.
|
||||
|
||||
* for [install](usage#install-dotfiles)
|
||||
* using `instignore` in [the config file](config)
|
||||
* for [compare](usage#compare-dotfiles)
|
||||
* using `cmpignore` in [the config file](config)
|
||||
* for [install](../usage.md#install-dotfiles)
|
||||
* using `instignore` in [the config file](config.md)
|
||||
* for [compare](../usage.md#compare-dotfiles)
|
||||
* using `cmpignore` in [the config file](config.md)
|
||||
* using the command line switch `-i --ignore`
|
||||
* for [update](usage#update-dotfiles)
|
||||
* using `upignore` in [the config file](config)
|
||||
* for [update](../usage.md#update-dotfiles)
|
||||
* using `upignore` in [the config file](config.md)
|
||||
* using the command line switch `-i --ignore`
|
||||
|
||||
The ignore pattern must follow Unix shell-style wildcards like for example `*/path/to/file`.
|
||||
|
||||
Reference in New Issue
Block a user