Most link fields on the site work the same way. When you click into a link field, you can:
- Start typing the title of a page on the site and select it from the suggestions that appear. This is the easiest way to link to internal content -- the site will find the page and keep the link accurate even if the URL changes later.
- Enter an internal path such as /about or /node/1234 to link to a specific page by its path or node ID.
- Enter an external URL such as https://example.com to link to a page on another site. Always include https://.
- Enter <front> to link to the site's homepage.
- Enter <nolink> to display the link label as plain text with no clickable destination. This is useful when a component requires a link field but you do not have a destination to send visitors to yet.
A note on <nolink> and empty link text
On some components, such as Hero: Primary, leaving the link field empty or using <nolink> will result in no button appearing on the page at all. If you expect a button to show and it is missing, check whether the link field has a destination and whether the button label field has text in it. Both are usually required for the button to render.