Skip to content

Commit a15fc8a

Browse files
committed
Move to getOrganizationUri
1 parent 512a44e commit a15fc8a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

templates/config/federation.twig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@
3434
>{{ moduleConfig.getPolicyUri }}</a>
3535
<br>
3636
{{ 'Homepage URI'|trans }}:
37-
<a href="{{ moduleConfig.getHomepageUri }}"
37+
<a href="{{ moduleConfig.getOrganizationUri }}"
3838
target="_blank"
3939
rel="noopener noreferrer"
40-
>{{ moduleConfig.getHomepageUri }}</a>
40+
>{{ moduleConfig.getOrganizationUri }}</a>
4141
<br>
4242
{{ 'Contacts'|trans }}:
4343
{% if moduleConfig.getContacts is not empty %}

0 commit comments

Comments
 (0)