You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mkdir -p test/nested
cp .gitignore test # due to https://github.com/UmbrellaDocs/linkspector/issues/24
echo '[test-relative](../test.md)' > test/nested/nested.md
echo '[nested-absolute](/nested/nested.md)' > test/test.md
echo '[nested-relative](./nested/nested.md)' >> test/test.md
docker run --rm -it -v $PWD/test:/app --name linkspector umbrelladocs/linkspector bash -c 'linkspector check'
Output
⠋ Configuration file not found. Using default configuration.
🚫 nested/nested.md, ../test.md, 404, 1, Cannot find: ../test.md.
❌ Error: Some links in the specified files are not valid.
It is expected that 'linkspector check' passes. It is a reproduction example for #22
The text was updated successfully, but these errors were encountered:
The example below uses docker #23
linkspector check
on a test directoryOutput
It is expected that 'linkspector check' passes. It is a reproduction example for #22
The text was updated successfully, but these errors were encountered: