'Joomla 4 - All links in href do not have the primary domain

Joomla has the characteristic of expressing all links in a reduced way in the href attribute.

For example, now on joomla 4 all links are written like this:

<a href="/page-test"></a>

What I would like to achieve is to always report the complete link within the href attribute, that is, like this:

<a href="https://www.example.com/page-test"></a>

How can I go about getting the full link for all hrefs?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source