-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Fix links in quick start guide #8893
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
Open
laikhtewari
wants to merge
1
commit into
NVIDIA:main
Choose a base branch
from
laikhtewari:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧩 Analysis chain
Verify that the documentation link targets exist and render correctly.
The Markdown link formatting looks good and aligns with the PR objective. However, confirm that the paths
llm-api/indexandexamples/llm_api_examplesexist in the documentation structure and resolve correctly when the docs are built.Run the following verification to check that the linked paths exist:
🏁 Script executed:
Length of output: 202
I found an issue with the verification results. Let me search for what actually exists in the examples directory:
Let me search for what exists in the examples directory:
I need to check what actually exists in the examples directory. Let me run a direct search:Now let me run a simple script to check what files exist in the examples directory:
🏁 Script executed:
Length of output: 205
Critical issue found. The second link target doesn't exist. Let me check the docs structure to find the correct path:
🏁 Script executed:
Length of output: 226
Let me verify that the file under review actually exists and check the docs structure more broadly:
Length of output: 4143
Now let me check what exists in the
docs/source/examplesdirectory:Length of output: 994
Fix broken documentation link on line 91 -
examples/llm_api_examplesdoes not exist.The second link target does not exist in the documentation structure. The
docs/source/examples/directory contains:Change
examples/llm_api_examplesto the correct path, likelyexamples/indexor another existing documentation file appropriate for LLM API examples.The first link
llm-api/indexis valid and resolves correctly todocs/source/llm-api/index.md.🤖 Prompt for AI Agents