apache / lucene-jira-archive

Jira archive for Apache Lucene
https://lucene.apache.org/
2 stars 6 forks source link

Replace lucene jira url with github issue number #134

Closed mocobeta closed 2 years ago

mocobeta commented 2 years ago

Closes #132.

This tries to capture URL-like strings that points to LUCENE issues and replace the URLs with a GitHub issue mentions #NN as we already did for short issue keys LUCENE-XXXX; so that readers do not have to fall back to Jira.

https?://issues\.apache\.org/jira/.+/LUCENE-\d+

For example,

Screenshot from 2022-08-07 16-54-33

will be Screenshot from 2022-08-07 16-54-58