diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8bc3e43..b3222b8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -165,7 +165,7 @@ Dotdrop is tested with the use of the [tests.sh](/tests.sh) script. * Test for PEP8 compliance with `pycodestyle` and `pyflakes` * Run the unittest available in [tests directory](/tests) -* Run the bash script tests in [tests-ng directory](tests-ng) +* Run the bash script tests in [tests-ng directory](/tests-ng) ## Testing with unittest @@ -177,7 +177,7 @@ for the tests. ## Testing with bash scripts -The bash scripts are available in [tests-ng directory](tests-ng). +The bash scripts are available in [tests-ng directory](/tests-ng). These test entire workflows by simulating the use of dotdrop from end to end for different use-cases (usually described in their filename or in the file header). diff --git a/docs/howto/improve-git-integration.md b/docs/howto/improve-git-integration.md index 7aec6ca..c94af74 100644 --- a/docs/howto/improve-git-integration.md +++ b/docs/howto/improve-git-integration.md @@ -11,4 +11,4 @@ alias dotgit="git -C $DOTREPO" alias dotsync="dotgit pull && dotgit add -A && dotgit commit && dotgit push; dotdrop install" ``` -Provided by [ReekyMarko](https://github.com/ReekyMarko). +Provided by ReekyMarko. diff --git a/docs/howto/symlink-dotfiles.md b/docs/howto/symlink-dotfiles.md index 40baae6..b4c346b 100644 --- a/docs/howto/symlink-dotfiles.md +++ b/docs/howto/symlink-dotfiles.md @@ -18,8 +18,8 @@ will fail. ## Symlink a dotfile -Below is an ad-hoc way to symlink a dotfile when [link_dotfile_default](https://dotdrop.readthedocs.io/en/latest/config-format/#config-entry) -and [link_on_import](https://dotdrop.readthedocs.io/en/latest/config-format/#config-entry) use their default values. +Below is an ad-hoc way to symlink a dotfile when [link_dotfile_default](https://dotdrop.readthedocs.io/en/latest/config/config-config/) +and [link_on_import](https://dotdrop.readthedocs.io/en/latest/config/config-config/) use their default values. Import the file: ```bash diff --git a/docs/installation.md b/docs/installation.md index 6d8035b..46cd91c 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -166,8 +166,6 @@ Dotdrop is available on aur: * Stable: * Git version: -Make sure to install the [python-magic-ahupp](https://aur.archlinux.org/packages/python-magic-ahupp/) from aur. - ## Snap package Dotdrop is available as a snap package: . diff --git a/docs/misc/people-using-dotdrop.md b/docs/misc/people-using-dotdrop.md index 1d90c83..5604492 100644 --- a/docs/misc/people-using-dotdrop.md +++ b/docs/misc/people-using-dotdrop.md @@ -1,12 +1,11 @@ For more examples, see how people are using dotdrop: * [https://github.com/open-dynaMIX/dotfiles](https://github.com/open-dynaMIX/dotfiles) -* [https://github.com/moyiz/dotfiles](https://github.com/moyiz/dotfiles) * [https://github.com/japorized/dotfiles](https://github.com/japorized/dotfiles) * [https://github.com/whitelynx/dotfiles](https://github.com/whitelynx/dotfiles) * [https://github.com/Eluminae/dotfiles](https://github.com/Eluminae/dotfiles) -* [https://github.com/davla/dotfiles](https://github.com/davla/dotfiles) and [https://github.com/davla/setup](https://github.com/davla/setup) +* [https://github.com/davla/dotfiles](https://github.com/davla/dotfiles) -Dotfiles repositories using dotdrop on [GitHub](https://github.com/topics/dotdrop?o=desc&s=updated) and [GitLab](https://gitlab.com/search?search=dotdrop). +Dotfiles repositories using dotdrop on [GitHub](https://github.com/topics/dotdrop?o=desc&s=updated). Or search directly on [GitHub](https://github.com/search?q=filename%3Aconfig.yaml+dotdrop&type=Code) for config examples.