fix(website): updated invalid gh links (#800)

This commit is contained in:
Corentin Thomasset
2026-01-25 13:37:09 +01:00
committed by GitHub
parent fcb3d112d0
commit 43dd94e167
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -190,7 +190,7 @@ export const translations = {
'pricing.enterprise.title': 'Enterprise solutions',
'pricing.enterprise.description': 'Looking for a custom plan tailored to your organization\'s needs? <br /> We offer enterprise solutions with advanced features, dedicated support, and flexible pricing. Contact us to discuss your requirements and get a personalized quote.',
'pricing.self-hosting.title': 'Self-hosting',
'pricing.self-hosting.description': 'Papra is open-source, under the <a href="https://github.com/papra-app/papra/blob/main/LICENSE" class="underline hover:text-primary transition">AGPLv3</a> and can be self-hosted on your own infrastructure at no cost. <br />Get started with our documentation.',
'pricing.self-hosting.description': 'Papra is open-source, under the <a href="https://github.com/papra-hq/papra/blob/main/LICENSE" class="underline hover:text-primary transition">AGPLv3</a> and can be self-hosted on your own infrastructure at no cost. <br />Get started with our documentation.',
'pricing.self-hosting.cta': 'View self-hosting guide',
// Pricing Page - FAQ
+1 -1
View File
@@ -191,7 +191,7 @@ export const translations: Partial<TranslationsDictionary> = {
'pricing.enterprise.title': 'Solutions entreprise',
'pricing.enterprise.description': 'Besoin d\'un plan sur mesure pour votre organisation ? <br /> On propose des solutions entreprise avec fonctionnalités avancées, support dédié et tarifs flexibles. Contactez-nous pour en discuter.',
'pricing.self-hosting.title': 'Auto-hébergement',
'pricing.self-hosting.description': 'Papra est open-source, sous licence <a href="https://github.com/papra-app/papra/blob/main/LICENSE" class="underline hover:text-primary transition">AGPLv3</a>, et s\'auto-héberge gratuitement sur votre propre infrastructure. <br />Démarrez avec notre doc.',
'pricing.self-hosting.description': 'Papra est open-source, sous licence <a href="https://github.com/papra-hq/papra/blob/main/LICENSE" class="underline hover:text-primary transition">AGPLv3</a>, et s\'auto-héberge gratuitement sur votre propre infrastructure. <br />Démarrez avec notre doc.',
'pricing.self-hosting.cta': 'Guide d\'auto-hébergement',
// Pricing Page - FAQ
@@ -137,7 +137,7 @@ Since both projects are open-source and self-hostable, you can try both to see w
- Documentation: [docs.paperless-ngx.com](https://docs.paperless-ngx.com/)
- **Papra**:
- Demo: [demo.papra.app](https://demo.papra.app)
- GitHub: [github.com/papra-app/papra](https://github.com/papra-app/papra)
- GitHub: [github.com/papra-hq/papra](https://github.com/papra-hq/papra)
- Documentation: [docs.papra.app](https://docs.papra.app/)
## Final Thoughts