Closed yoavartzi closed 1 month ago
PDF links should normalize to abs links:
HTML links are not detected:
HTML links should also be normalized to abs links
Updated the regex to https?:\/\/arxiv\.org\/(abs|pdf|html)\/(?<id>[0-9.]+(v[0-9]+)?) to address html case.
https?:\/\/arxiv\.org\/(abs|pdf|html)\/(?<id>[0-9.]+(v[0-9]+)?)
Need to fix on frontend to take the link @swh00tw
PDF links should normalize to abs links:
HTML links are not detected:
HTML links should also be normalized to abs links