-
Notifications
You must be signed in to change notification settings - Fork 54
fix: correct links in quickstart guide of LangChain #737
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
Closed
+3
−3
Conversation
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
Fix indentation for points 3 and 4 under TroubleShooting ## Overview Under the troubleshooting section of the INVALID_CHAT_HISTORY page, the indentation of the troubleshooting steps for steps 3 and steps 4 are mangled. ## Type of change **Type:** Fix formatting ## Related issues/PRs Not applicable, this is not linked to any other issues/PRs ## Checklist <!-- Put an 'x' in all boxes that apply --> - [x] I have read the [contributing guidelines](README.md) - [x] I have tested my changes locally using `docs dev` - [x] All code examples have been tested and work correctly - [x] I have used **root relative** paths for internal links - [x] I have updated navigation in `src/docs.json` if needed - [!] I have gotten approval from the relevant reviewers ## Additional notes Refer to screenshot <img width="1904" height="1207" alt="Screenshot 2025-10-02 at 3 57 34 PM" src="https://github.com/user-attachments/assets/3aeb3b6b-a85e-4774-b0be-76da30d6dc1f" /> User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Safari/605.1.15
@donMichaelL - thanks for opening this PR! It needs to be merge into |
5 tasks
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
Fixed broken/incorrect links in the Quickstart guide to ensure readers are directed to the correct resources.
Type of change
Type: Fix typo/bug/link/formatting
Checklist
docs dev
src/docs.json
if needed