GNOME Bugzilla – Bug 792774
Markdown links to URLs ending with *.md don't work [with repro case]
Last modified: 2018-07-30 10:34:00 UTC
The following code: /** @mainpage - [link that is broken](https://github.com/Microsoft/vcpkg/blob/master/README.md) - [link that works](https://github.com/Microsoft/vcpkg/blob/master/LICENSE.txt) - <a href="https://github.com/Microsoft/vcpkg/blob/master/README.md">link that works</a> */ gives the following warning for the first link: input.dox:3: warning: unable to resolve reference to `https:' for \ref command This happens only when the URL ends with `*.md`. Can be worked around by using explicit HTML markup. Thanks for looking into this.
As discussed in https://github.com/doxygen/doxygen/pull/734 , Doxygen has moved its issue tracking to https://github.com/doxygen/doxygen/issues All Doxygen tickets in GNOME Bugzilla have been migrated to Github. You can subscribe and participate in the new ticket in Github. You can find the corresponding Github ticket by searching for its Bugzilla ID (number) in Github. Hence I am closing this GNOME Bugzilla ticket. Please use the corresponding ticket in Github instead. Thanks a lot!