1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-03-23 16:55:07 +00:00

fix dead links

This commit is contained in:
deadc0de6
2023-01-18 07:17:15 +01:00
parent b3e79da7f9
commit 835810524c
5 changed files with 7 additions and 10 deletions

4
CONTRIBUTING.md vendored
View File

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