20 Mar
2020
20 Mar
'20
4:10 a.m.
Could it at least redirect you to the root of the project you were already looking at? I realize that might break on project renames, but that seems like a massively smaller problem to solve than trying to keep track of internal structural changes in each project's docs.
Slightly heavier-weight, but potentially much more useful, can't the link do some js for you (either on page load or when you click it) to probe, in order: - The page you were looking for, s/$release/latest/ - failing that, the root of the project, as Ben suggests - failing that, the current behavior efried .