[PR #6703] docs: fix 404 broken link to CONTRIBUTING.md in PR template #5228

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/6703

State: closed
Merged: No


Problem
The link to the contribution guidelines in the Pull Request template currently points to the root directory, which results in a 404 - Page Not Found error.

Solution
The CONTRIBUTING.md file is actually located within the .github/ folder. I have updated the URL in .github/PULL_REQUEST_TEMPLATE.md to reflect the correct path:

Old Link: https://github.com/langchain-ai/langgraph/blob/main/CONTRIBUTING.md

New Link: https://github.com/langchain-ai/langgraph/blob/main/.github/CONTRIBUTING.md

Verification
I have verified that the updated link correctly resolves to the contribution guidelines.

**Original Pull Request:** https://github.com/langchain-ai/langgraph/pull/6703 **State:** closed **Merged:** No --- Problem The link to the contribution guidelines in the Pull Request template currently points to the root directory, which results in a 404 - Page Not Found error. Solution The CONTRIBUTING.md file is actually located within the .github/ folder. I have updated the URL in .github/PULL_REQUEST_TEMPLATE.md to reflect the correct path: Old Link: https://github.com/langchain-ai/langgraph/blob/main/CONTRIBUTING.md New Link: https://github.com/langchain-ai/langgraph/blob/main/.github/CONTRIBUTING.md Verification I have verified that the updated link correctly resolves to the contribution guidelines.
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#5228