Dear forum,
In a user macro, the following line gets me the home page of a space:
<a href="$space.getHomePage().getUrlPath()" class="home">
My question is, this returns the URL as /display/<space-key>/<home page title>. But in my company's docs, we have internally added an extra /wiki part to the URLs. So our URLs read as wiki/display/<space-key>/<page title>. As a result, the macro doesn't work. How can I resolve this issue please?
Thanks