According to the documentation (Links and Cross References | Hugo)
**Paths without a leading
/
are first resolved relative to the current page, then to the remainder of the site.
{{<ref "a/b/c" >}}
should be able to resolve to “/a/b/c” or /pages/a/b/c" or whatevever path leads to “a/b/c”. Is that assumption correct?
I’m asking because when I tried that, “a/b/c” didn’t resolve to anything, while “c” actually gave me “/a/b/c”.