http://bugs.winehq.org/show_bug.cgi?id=59798 --- Comment #3 from Stian Low <wineryyyyy@gmail.com> --- (In reply to Stian Low from comment #2)
- https://gitlab.winehq.org/wine/wine/-/wikis/Forums#developer-mailing-lists - https://list.winehq.org/hyperkitty/list/wine-bugs@list.winehq.org/
Archives seem text only because "Bug 59944" is text rather than a link otherwise seen at bug url. If mail clients receive what is rendered for bug url then links using Bugzilla special syntax "Bug #" will be relative to the domain root context https://bugs.winehq.org which is missing for mail clients. So clients will receive: href="show_bug.cgi?id=59944" Instead of: href="https://bugs.winehq.org/show_bug.cgi?id=59944" I always use/prefer explicit absolute links to bugs/comments which aren't a problem: - https://bugs.winehq.org/show_bug.cgi?id=50277#c61 But I do use Bugzilla's reply mechanism which uses the special syntax for links to reply comments which seem to have the same relative URL problem as the bug syntax and is likely to cause a 404 also: href="show_bug.cgi?id=59798#c1" vs href="https://bugs.winehq.org/show_bug.cgi?id=59798#c1" May be a Bugzilla bug unless relative paths can be changed to absolute for Bugzilla special syntax links. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.