🐛 Fix links on thank you page

This commit is contained in:
Luke Vella 2025-06-01 11:29:59 +01:00
parent 782ed12f3e
commit 74f4ba23be
No known key found for this signature in database
GPG key ID: 469CAD687F0D784C

View file

@ -41,7 +41,7 @@ export default function LicensingThankYouPage() {
<li>
<Link
className="text-link"
href="https://support.rallly.co/self-hosted/installation"
href="https://support.rallly.co/self-hosting/installation/docker"
>
<Trans
i18nKey="licensingThankYouNextStepsInstallation"
@ -52,7 +52,7 @@ export default function LicensingThankYouPage() {
<li>
<Link
className="text-link"
href="https://support.rallly.co/self-hosted/licensing"
href="https://support.rallly.co/self-hosting/licensing#activating-your-license"
>
<Trans
i18nKey="licensingThankYouNextStepsApplyLicense"