[PR #18] [MERGED] docs: Fix links in README.md #406

Closed
opened 2026-02-16 09:15:54 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/deepagents/pull/18
Author: @HanzlaJavaid
Created: 8/2/2025
Status: Merged
Merged: 8/4/2025
Merged by: @hwchase17

Base: masterHead: fix/readme-links


📝 Commits (1)

  • 9f604e9 docs: Fix links in README.md

📊 Changes

1 file changed (+3 additions, -3 deletions)

View changed files

📝 README.md (+3 -3)

📄 Description

This PR resolves 3 internal links in README.md

  1. Under instructions subsection, the link for built in system prompt has been updated to point directly to the file (src/deepagents/prompts.py). This allows for direct access to the prompt's source code.

  2. In the "System Prompt" section, the link for customizing the prompt has been corrected to point to the instructions-required anchor.

  3. In the "Sub Agents" section, the link for custom sub-agents has been corrected to point to the subagents-optional anchor.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/deepagents/pull/18 **Author:** [@HanzlaJavaid](https://github.com/HanzlaJavaid) **Created:** 8/2/2025 **Status:** ✅ Merged **Merged:** 8/4/2025 **Merged by:** [@hwchase17](https://github.com/hwchase17) **Base:** `master` ← **Head:** `fix/readme-links` --- ### 📝 Commits (1) - [`9f604e9`](https://github.com/langchain-ai/deepagents/commit/9f604e93263df1670703f98841461d90b331409c) docs: Fix links in README.md ### 📊 Changes **1 file changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+3 -3) </details> ### 📄 Description This PR resolves 3 internal links in README.md 1) Under instructions subsection, the link for built in system prompt has been updated to point directly to the file (src/deepagents/prompts.py). This allows for direct access to the prompt's source code. 2) In the "System Prompt" section, the link for customizing the prompt has been corrected to point to the instructions-required anchor. 3) In the "Sub Agents" section, the link for custom sub-agents has been corrected to point to the subagents-optional anchor. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 09:15:54 -05:00
yindo closed this issue 2026-02-16 09:15:54 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/deepagents#406