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
Describe the bug
I am trying to run the following command:
$ node_modules/.bin/blc "https://hydra.family/head-protocol/" -r --exclude google --exclude github --exclude 'nix' -v
but I still see broken links reported here:
├─BROKEN─ file:///nix/store/bacifcjs171a4z6qm5h24va3gld04p1j-ghc-8.10.7-doc/share/doc/ghc/html/libraries/base-4.14.3.0/GHC-Generics.html#t::-43-: (BLC_INVALID) ├─BROKEN─ file:///nix/store/bacifcjs171a4z6qm5h24va3gld04p1j-ghc-8.10.7-doc/share/doc/ghc/html/libraries/base-4.14.3.0/GHC-Generics.html#t:C1 (BLC_INVALID) ├─BROKEN─ file:///nix/store/bacifcjs171a4z6qm5h24va3gld04p1j-ghc-8.10.7-doc/share/doc/ghc/html/libraries/base-4.14.3.0/GHC-Generics.html#v:MetaCons (BLC_INVALID) ├─BROKEN─ file:///nix/store/bacifcjs171a4z6qm5h24va3gld04p1j-ghc-8.10.7-doc/share/doc/ghc/html/libraries/base-4.14.3.0/GHC-Generics.html#v:PrefixI (BLC_INVALID) ├─BROKEN─ file:///nix/store/bacifcjs171a4z6qm5h24va3gld04p1j-ghc-8.10.7-doc/share/doc/ghc/html/libraries/Cabal-3.2.1.0/Distribution-Compat-Prelude-Internal.html#v:True (BLC_INV
To Reproduce
Just run the above command, the web site is public.
Expected behavior
I would think the file://nix/... links would not be checked.
file://nix/...
Environment:
$ uname -a Linux haskell-dev-vm-1 5.15.0-1017-gcp #23-Ubuntu SMP Tue Aug 16 00:41:49 UTC 2022 x86_64 GNU/Linux $ node --version v16.13.2 $ node_modules/.bin/blc --version 0.7.8
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
I am trying to run the following command:
but I still see broken links reported here:
To Reproduce
Just run the above command, the web site is public.
Expected behavior
I would think the
file://nix/...
links would not be checked.Environment:
The text was updated successfully, but these errors were encountered: