fix: update broken enterprise link on installation page (OSS-36)

The 'Explore Enterprise Options' card on the installation page linked to
https://crewai.com/enterprise which returns a 404. Updated the href to
https://crewai.com/amp across all locales (en, pt-BR, ko, ar).
This commit is contained in:
Iris Clawd
2026-04-13 21:06:01 +00:00
parent 0dba95e166
commit 3fe1e32717
4 changed files with 4 additions and 4 deletions

View File

@@ -199,7 +199,7 @@ For teams and organizations, CrewAI offers enterprise deployment options that el
- Supports any hyperscaler including on prem deployments
- Integration with your existing security systems
<Card title="Explore Enterprise Options" icon="building" href="https://crewai.com/enterprise">
<Card title="Explore Enterprise Options" icon="building" href="https://crewai.com/amp">
Learn about CrewAI's enterprise offerings and schedule a demo
</Card>
</Note>