🐛 Fix broken link in docs

This commit is contained in:
Luke Vella 2025-06-04 19:09:37 +01:00
parent 017bbbf0db
commit cd0930cf16
No known key found for this signature in database
GPG key ID: 469CAD687F0D784C
2 changed files with 4 additions and 53 deletions

View file

@ -114,6 +114,10 @@
{
"source": "/participants/editing-a-response",
"destination": "/guide/participant-guide"
},
{
"source": "/self-hosting/pricing",
"destination": "/self-hosting/licensing"
}
]
}

View file

@ -1,53 +0,0 @@
---
icon: coins
title: Pricing
description: Free for personal use. Purchase a license key for multi-user setups.
---
Rallly is open-source and always free (as in beer) for personal use. If you want to enable multi-user support for your team or organization, youll need a license key. This one-time purchase helps fund ongoing development and ensures Rallly remains sustainable.
**Every license includes:**
- All updates for your purchased version
- One-time payment, no subscriptions
- Access to private support channels
## The Honor System
We do not strictly enforce user limits—if your instance exceeds the recommended user count, youll simply see a reminder to purchase a license. Your instance will continue to work without interruption.
We rely on your honesty and support to keep Rallly open source and sustainable. If you find Rallly valuable and your usage exceeds the free tier, please consider purchasing a license to help fund further development.
## Choose Your License
<CardGroup cols={2}>
<Card
title="Plus License"
href="https://rallly.co/api/buy-license?product=plus"
>
<strong>For small teams</strong><br/>
Up to 5 users
</Card>
<Card
title="Org License"
href="https://rallly.co/api/buy-license?product=org"
>
<strong>For organizations</strong><br/>
Up to 50 users
</Card>
</CardGroup>
<CardGroup cols={1}>
<Card
title="Enterprise License"
href="https://rallly.co/api/buy-license/enterprise"
>
<strong>For large organizations</strong><br/>
More than 50 users, custom support and offline license (optional)
</Card>
</CardGroup>
---
By supporting Rallly, you're helping to keep open source scheduling accessible to everyone. Have questions or need a custom license? [Contact us](mailto:support@rallly.co).