Closed
Description
There are three problems on odoc pages:
- The direct link to the package page jumps to the toplevel package list page rather than package page. See for example the
odoc
link here. - On non
index.mld
pages, the up link jumps to the toplevel package list rather than package page. See for example theup
link here. It should jump to package page. - The breadcrumbs for
index.mld
should be specialized. I think best would be to have
simplyUp - PKG
ratherUp - LINKEDPKG >> index
as it is now (see for example here). That is we should simply have anUp
link going to the toplevel package list page, followed by the unlinked package name (because that's the page we are on).