tahoe-lafs / trac2gitea

Utility for migrating Trac projects into Gitea.
GNU General Public License v3.0
0 stars 0 forks source link

Link to images are not correctly translated in comment #23

Open btlogy opened 2 weeks ago

btlogy commented 2 weeks ago

Link to image such as [[Image(my-image.jpg)]] in Trac becomes ![](attachments/redirected-150nw-400324549.jpg) in Gitea instead of the URL to the attachment.

Maybe recently introduced while working on #20, but hard to tell because this conversion apparently lacks of proper test.