mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-01 23:48:53 +02:00
🐛 Fix links on thank you page
This commit is contained in:
parent
782ed12f3e
commit
74f4ba23be
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue