fix: migrate api reference links to reference.langchain.com#3335
Merged
Naomi Pentrel (npentrel) merged 65 commits intomainfrom Mar 31, 2026
Merged
fix: migrate api reference links to reference.langchain.com#3335Naomi Pentrel (npentrel) merged 65 commits intomainfrom
Naomi Pentrel (npentrel) merged 65 commits intomainfrom
Conversation
…angchain.com/python/ All 450+ occurrences of the deprecated python.langchain.com/api_reference/ URLs have been migrated to the new reference.langchain.com/python/ format. This includes partner packages, community packages, core, and text-splitters. Also fixes template placeholder URLs, typos, and a broken /do/ link. Co-authored-by: Naomi Pentrel <5212232+npentrel@users.noreply.github.com>
Contributor
|
Mintlify preview ID generated: preview-opensw-1774563822-da8b0ff |
Contributor
|
Mintlify preview ID generated: preview-opensw-1774886011-4527799 |
Co-authored-by: Naomi Pentrel <5212232+npentrel@users.noreply.github.com>
Contributor
|
Mintlify preview ID generated: preview-opensw-1774886179-d8721b8 |
Contributor
|
Mintlify preview ID generated: preview-opensw-1774886607-e33c790 |
Contributor
|
Mintlify preview ID generated: preview-opensw-1774886727-8d2b206 |
Contributor
|
Mintlify preview ID generated: preview-opensw-1774887021-b4090f1 |
Co-authored-by: Naomi Pentrel <5212232+npentrel@users.noreply.github.com>
Co-authored-by: Naomi Pentrel <5212232+npentrel@users.noreply.github.com>
Contributor
|
Mintlify preview ID generated: preview-opensw-1774958795-c849c0b |
Co-authored-by: Mason Daugherty <github@mdrxy.com>
| ## API reference | ||
|
|
||
| For detailed documentation of all ChatGroq features and configurations head to the [API reference](https://python.langchain.com/api_reference/groq/chat_models/langchain_groq.chat_models.ChatGroq.html). | ||
| For detailed documentation of all ChatGroq features and configurations head to the [API reference](https://reference.langchain.com/python/langchain-groq/chat_models/ChatGroq). |
There was a problem hiding this comment.
Suggested change
| For detailed documentation of all ChatGroq features and configurations head to the [API reference](https://reference.langchain.com/python/langchain-groq/chat_models/ChatGroq). | |
| For detailed documentation of all `ChatGroq` features and configurations head to the [API reference](https://reference.langchain.com/python/langchain-groq/chat_models/ChatGroq). |
Co-authored-by: Mason Daugherty <github@mdrxy.com> Co-authored-by: Naomi Pentrel <5212232+npentrel@users.noreply.github.com>
Contributor
|
Mintlify preview ID generated: preview-opensw-1774970160-7377a13 |
Contributor
|
Mintlify preview ID generated: preview-opensw-1774970288-0034257 |
open-swe Bot
pushed a commit
that referenced
this pull request
Mar 31, 2026
Addresses styling feedback from PR #3335 review. Wraps class names and package names in backticks across 231 integration pages in table cells and prose text for consistent code formatting. Co-authored-by: Naomi Pentrel <5212232+npentrel@users.noreply.github.com>
1 task
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.
Description
Migrates all
python.langchain.com/api_reference/links to the newreference.langchain.com/python/format across 162 integration and docs files. The oldpython.langchain.comdomain is deprecated and these links were broken.Opened collaboratively by Naomi Pentrel and open-swe.