Opened on 03/22/2016 at 03:47:57 PM
Last modified on 03/22/2016 at 03:50:53 PM
#3855 new defect
Links in README.md are invalid
| Reported by: | sergz | Assignee: | |
|---|---|---|---|
| Priority: | P3 | Milestone: | |
| Module: | Libadblockplus | Keywords: | |
| Cc: | fhd | Blocked By: | |
| Blocking: | Platform: | Unknown / Cross platform | |
| Ready: | no | Confidential: | no |
| Tester: | Unknown | Verified working: | no |
| Review URL(s): | |||
Description
How to reproduce
- open https://github.com/adblockplus/libadblockplus/
- click some link to the code documentation, e.g. labeled FilterEngine::GetElementHidingSelectors.
Observed behaviour
It navigates to https://adblockplus.org/docs/libadblockplus/class_adblock_plus_1_1_filter_engine.html#a91c44dac13c7655230be49440f45a168, however the page is not found, because the correct URL is https://adblockplus.org/docs/libadblockplus/classAdblockPlus_1_1FilterEngine.html#a91c44dac13c7655230be49440f45a168
Expected behaviour
It should navigate to the correct page.
Attachments (0)
Note: See
TracTickets for help on using
tickets.

I vaguely recall that we are running a different version of doxygen on the server than before, that could be the issue... I suppose we could address that without having to change the links.