I have created an ArcGIS Enterprise Sites site and added a page.
How do I add a URL in the site to the linked page?
According to the documentation this is <a href="pages/mypage">Description</a>
This however resolves to http://server/portal/apps/sites/pages/mypage which is an invalid URL
If I add a slash in front (/pages/mypage), it goes to http://server/pages/mypage, which is invalid as well.
How do I get it link to http://server/portal/apps/sites/#/mysite/pages/mypage?