Closed
Description
Scaladoc version 3.2.1 -- Copyright 2002-2022, LAMP/EPFL
If a relative link is put in to a static doc which references the generated docs, it is incorrectly reported as broken. The link in the output works fine however.
[SomeClass](../foo/bar/SomeClass.html)
[warn] -- Warning: static_site/_docs/index.md -----------------------------------------
[warn] /home/foo/static_site/_docs/index.md: Unable to resolve link '../foo/bar/SomeClass.html
What's really needed is a proper way of referencing the generated class documentation from static doc files without including the entire class path, e.g. [[SomeClass]]
rather than [[foo.bar.SomeClass]]
. In fact the support for [[ ... ]]]
references in static docs seems mostly broken,