docs: fix 1 broken link(s) via archive.org#6617
Conversation
📝 WalkthroughWalkthroughThe README’s CrewAI AMP Suite hyperlink now points to an archived Web page instead of the original enterprise URL. ChangesREADME Link Update
Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@README.md`:
- Line 69: Update the CrewAI AMP Suite link in the README to use the HTTPS
Wayback Machine URL instead of HTTP, preserving the existing archived
destination and link text.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
| # CrewAI AMP Suite | ||
|
|
||
| For organizations that need a commercial control plane around CrewAI, [CrewAI AMP Suite](https://www.crewai.com/enterprise) adds managed deployment, observability, governance, security, and enterprise support. | ||
| For organizations that need a commercial control plane around CrewAI, [CrewAI AMP Suite](http://web.archive.org/web/20251116041339/https://www.crewai.com/enterprise) adds managed deployment, observability, governance, security, and enterprise support. |
There was a problem hiding this comment.
🔒 Security & Privacy | 🟡 Minor | ⚡ Quick win
Use HTTPS for the Wayback Machine link.
The link currently starts with http://, allowing insecure initial navigation. Use the HTTPS archive URL instead.
Proposed fix
-For organizations that need a commercial control plane around CrewAI, [CrewAI AMP Suite](http://web.archive.org/web/20251116041339/https://www.crewai.com/enterprise) adds managed deployment, observability, governance, security, and enterprise support.
+For organizations that need a commercial control plane around CrewAI, [CrewAI AMP Suite](https://web.archive.org/web/20251116041339/https://www.crewai.com/enterprise) adds managed deployment, observability, governance, security, and enterprise support.📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| For organizations that need a commercial control plane around CrewAI, [CrewAI AMP Suite](http://web.archive.org/web/20251116041339/https://www.crewai.com/enterprise) adds managed deployment, observability, governance, security, and enterprise support. | |
| For organizations that need a commercial control plane around CrewAI, [CrewAI AMP Suite](https://web.archive.org/web/20251116041339/https://www.crewai.com/enterprise) adds managed deployment, observability, governance, security, and enterprise support. |
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@README.md` at line 69, Update the CrewAI AMP Suite link in the README to use
the HTTPS Wayback Machine URL instead of HTTP, preserving the existing archived
destination and link text.
Fixes 1 broken outbound link(s) in docs using archived snapshots (Wayback).
LinkMedic · confidence
0.66README.md: https://www.crewai.com/enterprise… → archiveRelated to #6025