Linking to Sections

I am having difficulty understanding how to create links to sections (lists) within content and templates.

I can use relref in to refer to specific section item as in:

[link]({{< relref "members/member1.md" >}})

but I cannot get to the list, as in

[link]({{< relref "members" >}})

I would also like to be able to generate a link to the Section list from within a template, just in a simple arbitrary way and not using a menu or navigation method.

It seems reasonable to me that this should be fairly simple, am I missing something fundamental?

Please help, thank you

This currently doesn’t seem possible. But there’s a feature request on GitHub where you can track and discuss this feature:

Support references to homepage and sections with ref/relref #4147.