At the moment, I have the following code, and it actually mostly works.
<a href="<umbraco:Item runat="server" Field="heroLinkNode" />">
<umbraco:Item runat="server" Field="heroLinkText" />
</a>
However, it's creating a URL that looks like mydomain.com/1234
instead of mydomain.com/nice-url-of-page
.
P.S. Where would I find documentation for this particular case? My Goolge-foo led me here but it wasn't too useful.