-
Notifications
You must be signed in to change notification settings - Fork 78
fix broken links in quickstart #782
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR fixes broken internal links in the LangChain quickstart documentation by updating three link references to point to the correct documentation paths.
- Updates memory-related link from
/oss/langchain/memory
to/oss/langchain/short-term-memory
- Converts
@tool
decorator reference from plain text to a proper external link - Updates production memory guide link to point to the correct section
src/oss/langchain/quickstart.mdx
Outdated
<Info> | ||
In production, use a persistent checkpointer that saves to a database. | ||
See [add and manage memory](/oss/python/langgraph/add-memory) for more details. | ||
See [add and manage memory](/oss/python/langchain/short-term-memory#in-production) for more details. |
Copilot
AI
Oct 7, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The link path appears to mix LangChain and LangGraph paths. Based on the context of memory management in LangChain, this should likely be /oss/langchain/short-term-memory#in-production
(without the /python
segment) to match the pattern of other LangChain documentation links in this file.
See [add and manage memory](/oss/python/langchain/short-term-memory#in-production) for more details. | |
See [add and manage memory](/oss/langchain/short-term-memory#in-production) for more details. |
Copilot uses AI. Check for mistakes.
Preview ID generated: preview-fixqui-1759872422-53ce7aa |
Preview ID generated: preview-fixqui-1759872572-bf8d642 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.
Preview ID generated: preview-fixqui-1759876313-a4ea590 |
Overview
Type of change
Type: [Replace with: New documentation page / Update existing documentation / Fix typo/bug/link/formatting / Remove outdated content / Other]
Related issues/PRs
Checklist
docs dev
src/docs.json
if neededAdditional notes