What version of Hugo are you using (hugo version)?
$ hugo version hugo v0.110.0-e32a493b7826d02763c3b79623952e625402b168 windows/amd64 BuildDate=2023-01-17T12:16:09Z VendorInfo=gohugoio
Does this issue reproduce with the latest release?
Yes
Problem description
I have been unsuccessful using “ref” and “relref” in my *.md files.
It always produces the following errors within the web page:
[en] REF_NOT_FOUND: Ref “tester”: “C:\Users\nettl\projects\quickstart\content\english\pages\contributions\index.md:13:24”: page not found
[en] REF_NOT_FOUND: “C:\Users\nettl\projects\quickstart\content\english\pages\contributions\index.md:14:24”: page not found logged 2 error(s)
hugo v0.110.0-e32a493b7826d02763c3b79623952e625402b168 windows/amd64 BuildDate=2023-01-17T12:16:09Z VendorInfo=gohugoio
content/
├── english/
│ └── pages/
│ └── contributions/
│ ├── tester/
│ │ └── index.md
│ └── index.md <-- This must be _index.md; it is a section
└── _index.md