[PR #6698] fix: update redirect URL for multi-agent-collaboration notebook #5225

Closed
opened 2026-02-20 17:51:24 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/langchain-ai/langgraph/pull/6698

State: closed
Merged: No


Description: Fixed broken redirect URL in multi-agent-collaboration.ipynb stub file

Issue: Fixes langchain-ai/docs#2236

The old redirect pointed to a non-existent location that returns 404:

  • Old: https://github.com/langchain-ai/langgraph/blob/main/docs/docs/tutorials/multi_agent/multi-agent-collaboration.ipynb

Updated to point to the correct location in the langgraphjs repository:

  • New: https://github.com/langchain-ai/langgraphjs/blob/main/examples/multi_agent/multi_agent_collaboration.ipynb

Note : This is the JavaScript/TypeScript version.

Dependencies: None

**Original Pull Request:** https://github.com/langchain-ai/langgraph/pull/6698 **State:** closed **Merged:** No --- **Description:** Fixed broken redirect URL in multi-agent-collaboration.ipynb stub file **Issue:** Fixes langchain-ai/docs#2236 The old redirect pointed to a non-existent location that returns 404: - Old: `https://github.com/langchain-ai/langgraph/blob/main/docs/docs/tutorials/multi_agent/multi-agent-collaboration.ipynb` Updated to point to the correct location in the langgraphjs repository: - New: `https://github.com/langchain-ai/langgraphjs/blob/main/examples/multi_agent/multi_agent_collaboration.ipynb` Note : This is the JavaScript/TypeScript version. **Dependencies:** None
yindo added the pull-request label 2026-02-20 17:51:24 -05:00
yindo closed this issue 2026-02-20 17:51:24 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#5225