docs: fix broken Full Flow docs link in README#1782
Conversation
The link pointed to /docs/concepts/flow which returns 404. The actual page is published at /docs/concepts/agentflow.
Review Summary by QodoFix broken Full Flow documentation link in README
WalkthroughsDescriptionβ’ Fix broken documentation link in README β’ Update Flow docs URL from /flow to /agentflow β’ Resolve 404 error in PraisonAI Flow quickstart section Diagramflowchart LR
A["README.md<br/>PraisonAI Flow section"] -- "Update URL<br/>/flow β /agentflow" --> B["Valid docs link<br/>404 β 200"]
File Changes1. README.md
|
Code Review by Qodo
1. Packaged README link unfixed
|
|
No actionable comments were generated in the recent review. π βΉοΈ Recent review infoβοΈ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: π Files selected for processing (1)
π WalkthroughWalkthroughThis PR updates a single documentation link in the README's Langflow integration section, changing the "Full Flow docs" reference from the ChangesDocumentation Updates
Estimated code review effortπ― 1 (Trivial) | β±οΈ ~2 minutes Possibly related PRs
Poem
π₯ Pre-merge checks | β 5β Passed checks (5 passed)
βοΈ Tip: You can configure your own custom pre-merge checks in the settings. β¨ 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 |
|
@copilot Do a thorough review of this PR. Read ALL existing reviewer comments above from Qodo, Coderabbit, and Gemini first β incorporate their findings. Review areas:
|
Greptile SummaryThis PR fixes a single broken documentation link in
Confidence Score: 5/5Safe to merge β the change is a one-line URL correction in a markdown file with no code impact. A single broken hyperlink is corrected to a verified live URL; no code, logic, or configuration is touched. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A["README.md β Full Flow docs link"] -->|"Before (404)"| B["https://docs.praison.ai/docs/concepts/flow"]
A -->|"After (200)"| C["https://docs.praison.ai/docs/concepts/agentflow"]
B -->|"HTTP 404"| D["β Page Not Found"]
C -->|"HTTP 200"| E["β
AgentFlow Docs"]
Reviews (1): Last reviewed commit: "docs: fix broken Full Flow docs link in ..." | Re-trigger Greptile |
|
@claude You are the FINAL architecture reviewer. If the branch is under MervinPraison/PraisonAI (not a fork), you are able to make modifications to this branch and push directly. SCOPE: Focus ONLY on Python packages (praisonaiagents, praisonai). Do NOT modify praisonai-rust or praisonai-ts. Read ALL comments above from Gemini, Qodo, CodeRabbit, and Copilot carefully before responding. Phase 1: Review per AGENTS.md
Phase 2: FIX Valid Issues Phase 3: Final Verdict |
|
Claude finished @MervinPraison's task ββ View job Final Architecture Review βPhase 1: Architecture Review per AGENTS.md
Phase 2: Fix Valid Issues
Phase 3: Final Verdict
β APPROVED - Ready to MergeArchitecture Assessment:
Issues Resolved:
Files Modified:
What was NOT done:
Final Verdict: This PR now comprehensively fixes the broken documentation link issue across both the repository README and the PyPI package README. All reviewer feedback has been addressed. Safe to merge. |
Summary
Fixes a broken docs link in the README. The link in the PraisonAI Flow quickstart section points to
https://docs.praison.ai/docs/concepts/flow, which currently returns 404. The published page lives at/docs/concepts/agentflow.Verification
Diff
Single-character-class fix scoped to one line in
README.md. Opening an issue first felt excessive for a broken link, happy to file one if preferred.Summary by CodeRabbit