From e33b18477ba33a4eaa3ec44f710ff06941f266d0 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Sat, 12 Sep 2020 14:40:00 +0200 Subject: [PATCH] doc fix dead link --- docs/installation.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index 2738f4a..fefd869 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -18,7 +18,7 @@ Installation instructions * [Snap package](#snap-package) * [Setup your repository](#setup-your-repository) * [Shell completion](#shell-completion) -* [Dependencies](dependencies) +* [Dependencies](meta/dependencies.md) # As a submodule @@ -169,4 +169,5 @@ Finally start using dotdrop with `dotdrop --help`. See the [usage doc](https://g # Shell completion -Completion scripts exist for `bash`, `zsh` and `fish`, see [the related doc](completion/README.md). +Completion scripts exist for `bash`, `zsh` and `fish`, +see [the related doc](https://github.com/deadc0de6/dotdrop/blob/master/completion/README.md).