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
Found URLs with forward slashes which don't conform to rfc1738
grep -rI . -Eo -e '(http|https)://[a-zA-Z0-9./\?@=_-]*' | grep -F "\\"
./community-resources/resource-list.md:https://docs.google.com/forms/d/e/1FAIpQLSdT6kP3oUzd6xWytkDcflU9byHcp8nP9IyYntm\_6wa9Cw6qqg/viewform ./community-resources/glossary.md:https://www.researchgate.net/publication/336890138\_Sphinx\_A\_Transport\_Protocol\_for\_High-Speed\_and\_Lossy\_Mobile\_Networks ./the-lightning-network/multihop-payments/understanding-submarine-swaps.md:https://www.youtube.com/watch?v=eB\_HkYb7Y2M ./the-lightning-network/lsat/implementations-and-links.md:https://docs.google.com/forms/d/e/1FAIpQLSdT6kP3oUzd6xWytkDcflU9byHcp8nP9IyYntm\_6wa9Cw6qqg/viewform ./the-lightning-network/lsat/macaroons.md:https://www.youtube.com/watch?v=CGBZO5n\_SUg ./the-lightning-network/lsat/aperture.md:https://github.com/lightninglabs/aperture/blob/master/lsat/client\_interceptor.go ./the-lightning-network/taro.md:https://mirror.xyz/0xaFaBa30769374EA0F971300dE79c62Bf94B464d5/Yetu-6pZkbQCOpsBxswn\_7dGUZDxoBU8NrOQIZScwpg ./lightning-network-tools/lnd/macaroons.md:https://en.wikipedia.org/wiki/Link-local\_address ./lightning-network-tools/lnd/macaroons.md:https://en.wikipedia.org/wiki/Multicast\_address ./lightning-network-tools/lnd/send-messages-with-keysend.md:https://github.com/satoshisstream/satoshis.stream/blob/main/TLV\_registry.md
So the links don't return the desired result: in situ: https://en.wikipedia.org/wiki/Link-local\_address Objective: https://en.wikipedia.org/wiki/Link-local_address
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Found URLs with forward slashes which don't conform to rfc1738
So the links don't return the desired result:
in situ:
https://en.wikipedia.org/wiki/Link-local\_address
Objective:
https://en.wikipedia.org/wiki/Link-local_address
The text was updated successfully, but these errors were encountered: