mockito.github.io icon indicating copy to clipboard operation
mockito.github.io copied to clipboard

Homepage: Multiple links (mock(), verify(), any()) half-broken (don't bring to anchor)

Open Chealer opened this issue 1 year ago • 0 comments

Several links in the homepage's More info section do not bring right to their target. They bring to the right page, but to the top due to an incorrect target anchor.

For example, verify() links to: https://javadoc.io/doc/org.mockito/mockito-core/latest/org/mockito/Mockito.html#verify-T- …rather than to: https://javadoc.io/doc/org.mockito/mockito-core/latest/org/mockito/Mockito.html#verify(T)

This is also the case at least for mock() and any().

Chealer avatar Oct 07 '24 19:10 Chealer