We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 512a44e commit a15fc8aCopy full SHA for a15fc8a
1 file changed
templates/config/federation.twig
@@ -34,10 +34,10 @@
34
>{{ moduleConfig.getPolicyUri }}</a>
35
<br>
36
{{ 'Homepage URI'|trans }}:
37
- <a href="{{ moduleConfig.getHomepageUri }}"
+ <a href="{{ moduleConfig.getOrganizationUri }}"
38
target="_blank"
39
rel="noopener noreferrer"
40
- >{{ moduleConfig.getHomepageUri }}</a>
+ >{{ moduleConfig.getOrganizationUri }}</a>
41
42
{{ 'Contacts'|trans }}:
43
{% if moduleConfig.getContacts is not empty %}
0 commit comments