fix broken links in quickstart - #782
Merged
Merged
Conversation
Eugene Yurtsev (eyurtsev)
requested a review
from Lauren Hirata Singh (lnhsingh)
as a code owner
October 7, 2025 21:26
Eugene Yurtsev (eyurtsev)
requested a review
from Kathryn May (katmayb)
as a code owner
October 7, 2025 21:26
Contributor
There was a problem hiding this comment.
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/memoryto/oss/langchain/short-term-memory - Converts
@tooldecorator reference from plain text to a proper external link - Updates production memory guide link to point to the correct section
| <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. |
There was a problem hiding this comment.
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.
Suggested change
| 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. |
Contributor
|
Preview ID generated: preview-fixqui-1759872422-53ce7aa |
Contributor
|
Preview ID generated: preview-fixqui-1759872572-bf8d642 |
5 tasks
Lauren Hirata Singh (lnhsingh)
approved these changes
Oct 7, 2025
Contributor
|
Preview ID generated: preview-fixqui-1759876313-a4ea590 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 devsrc/docs.jsonif neededAdditional notes