JuliaDocs / Documenter.jl

A documentation generator for Julia.
https://documenter.juliadocs.org
MIT License
819 stars 479 forks source link

Invalid local link error for less common protocols #902

Open roshii opened 5 years ago

roshii commented 5 years ago

While generating document and link correctly Documenter does issue an Invalid local link: unresolved path for bitcoin:$base58address

fredrikekre commented 5 years ago

Link to repo?

mortenpi commented 5 years ago

I would guess

[Foo](bitcoin:$base58address)

would replicate this? We should probably detect that it specifies a protocol and leave the link as is. It is more general than just Bitcoin wallet addresses.

roshii commented 5 years ago

Example can be found at GitLab [Foo](bitcoin:$base58address) would indeed replicate this issue

I also confirm that it is more general than Bitcoin wallet address: e.g. Litecoin and most probably other protocol than cryptocurrency related

Nosferican commented 5 years ago

Another protocols that runs into the same issue are mailto, tel, and sms.