Skip to content
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

docs: fix broken link in JSONOutputParser reference #29292

Merged
merged 1 commit into from
Jan 18, 2025

Conversation

thevrus
Copy link
Contributor

@thevrus thevrus commented Jan 18, 2025

PR message:

  • Description: Fixed a broken link in the documentation for the JSONOutputParser. Updated the link to point to the correct reference:
    From:
    https://python.langchain.com/api_reference/core/output_parsers/langchain_core.output_parsers.json.JSONOutputParser.html
    To:
    https://python.langchain.com/api_reference/core/output_parsers/langchain_core.output_parsers.json.JsonOutputParser.html.
    This ensures accurate navigation for users referring to the JsonOutputParser documentation.
  • Issue: N/A
  • Dependencies: None
  • Twitter handle: N/A

Add tests and docs:

Not applicable; this change only affects documentation.

Lint and test:

Ran make format, make lint, and make test to ensure no issues.

Copy link

vercel bot commented Jan 18, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
langchain ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 18, 2025 7:58pm

@dosubot dosubot bot added size:XS This PR changes 0-9 lines, ignoring generated files. 🤖:docs Changes to documentation and examples, like .md, .rst, .ipynb files. Changes to the docs/ folder labels Jan 18, 2025
@dosubot dosubot bot added the lgtm PR looks good. Use to confirm that a PR is ready for merging. label Jan 18, 2025
@ccurme ccurme merged commit 2fb6fd7 into langchain-ai:master Jan 18, 2025
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🤖:docs Changes to documentation and examples, like .md, .rst, .ipynb files. Changes to the docs/ folder lgtm PR looks good. Use to confirm that a PR is ready for merging. size:XS This PR changes 0-9 lines, ignoring generated files.
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants