From 4ff17e87074dee90a0131df29aa3152b3f595dd6 Mon Sep 17 00:00:00 2001 From: Kristian Klausen <kristian@klausen.dk> Date: Sun, 22 Aug 2021 13:21:23 +0200 Subject: [PATCH] keycloak: Update links to "Service Agreements" Ref: https://gitlab.archlinux.org/archlinux/service-agreements/-/merge_requests/16 --- roles/keycloak/files/theme/archlinux/login/terms.ftl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/keycloak/files/theme/archlinux/login/terms.ftl b/roles/keycloak/files/theme/archlinux/login/terms.ftl index 05c5bd2e3..f09e1d68b 100644 --- a/roles/keycloak/files/theme/archlinux/login/terms.ftl +++ b/roles/keycloak/files/theme/archlinux/login/terms.ftl @@ -6,9 +6,9 @@ <div id="kc-terms-text"> ${kcSanitize(msg("termsText"))?no_esc} <ul style="margin-top: 10px;"> - <li><a target="_blank" rel="noopener noreferrer" href="https://wiki.archlinux.org/index.php/Code_of_conduct">Code of Conduct</a></li> - <li><a target="_blank" rel="noopener noreferrer" href="https://gitlab.archlinux.org/archlinux/service-agreements/-/blob/master/terms-of-service.md">Terms of Service</a></li> - <li><a target="_blank" rel="noopener noreferrer" href="https://gitlab.archlinux.org/archlinux/service-agreements/-/blob/master/privacy-policy.md">Privacy Policy</a></li> + <li><a target="_blank" rel="noopener noreferrer" href="https://terms.archlinux.org/docs/code-of-conduct/">Code of Conduct</a></li> + <li><a target="_blank" rel="noopener noreferrer" href="https://terms.archlinux.org/docs/terms-of-service/">Terms of Service</a></li> + <li><a target="_blank" rel="noopener noreferrer" href="https://terms.archlinux.org/docs/privacy-policy/">Privacy Policy</a></li> </ul> </div> <form class="form-actions" action="${url.loginAction}" method="POST"> -- GitLab