#667 Links without http:// or https:// being treated as relative links in pagure
Closed: Fixed None Opened 8 years ago by ryanlerch.

In some cases, clickable links without the http:// prefix are being tagged up, but becuase they don't have the http:// they are treated as relative links.

issue #574 's description is one example:
https://pagure.io/pagure/issue/574

where the link is supposed to be github.com, but when clicking on it leads to:
https://pagure.io/pagure/issue/github.com


this can also happen if a project owner sets the project URL without the http:// (this one is probably easier to fix with form validation)


I think this is a bug in our rendering of markdown that adds the link there, one may want to say foo.com w/o linking to it.

Login to comment on this ticket.

Metadata