I have create a custom collection called services and a page to display all items in that collection as a list. Now I am stuck at how to add a link to that page, in my services route as an internal link. I very used the posts collection and route as inspiration, roughly, but the links feature of rich text only lets me enable my collection and add links to individual items from that collection.
The best I can do for now is to use a custom url to link to the services page, but the host name is a problem. I could probably use a hook somewhere to fix the host name, but I'd rather use the internal link function if at all possible.