We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The example below uses docker #23
git clone https://github.com/UmbrellaDocs/linkspector cd linkspector docker build --build-arg LINKSPECTOR_PACKAGE= -t umbrelladocs/linkspector .
linkspector check
mkdir test cp .gitignore test # due to https://github.com/UmbrellaDocs/linkspector/issues/24 echo '![test](test-missing.png "test")' > 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. ✨ Success: All hyperlinks in the specified files are valid.
An error due to a missing image link is expected.
The text was updated successfully, but these errors were encountered:
It does not appear to me that this is fixed using c35eb55.
Please use the test instructions provided in the issue description (cp .gitignore test is no longer needed), and reopen the issue if needed.
cp .gitignore test
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
The example below uses docker #23
linkspector check
on a test directoryOutput
An error due to a missing image link is expected.
The text was updated successfully, but these errors were encountered: