Summary
You can link to specific areas in Picturepark using relative links, the base URL of your Picturepark will be automatically added, so your links don't break.
<a href="/ContentBrowser/rulesRegulations">Click here for rules and regulations</a>
JSON
Use Case
I want to show links to channels or other lists as HTML link
Open the Display Pattern (Detail) of a List
Add a link to a specific area
Use relative links
<a href="/ContentBrowser/rulesRegulations">Click here for rules and regulations</a>
JSON
The URL starts with the baseURI which is automatically added to links and in case of Picturepark migrations those relative links still work.