Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: fix broken link in JSONOutputParser reference (#29292)
### 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.
- Loading branch information