docs: clean README main-branch references for r26.07 - #8904
Merged
mc-nv merged 1 commit intoJul 24, 2026
Conversation
Greptile SummaryThis PR updates
Confidence Score: 5/5Safe to merge — purely mechanical link updates with no logic, no code, and no configuration changes. Every changed line is a URL swap from No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[README.md on r26.07 branch] --> B{External GitHub link}
B -->|backend repo| C[blob/r26.07/docs/python_based_backends.md]
B -->|backend repo| D[blob/r26.07/docs/backend_platform_support_matrix.md]
B -->|backend repo| E[blob/r26.07/README.md]
B -->|perf_analyzer repo| F[blob/r26.07/README.md]
B -->|client repo| G[blob/r26.07/src/c++/examples]
B -->|client repo| H[blob/r26.07/src/python/examples]
B -->|client repo| I[blob/r26.07/src/java/.../examples]
B -->|server repo| J[blob/r26.07/docs/protocol/extension_binary_data.md]
B -->|python_backend repo| K[tree/r26.07/inferentia]
Reviews (1): Last reviewed commit: "docs: clean README main-branch reference..." | Re-trigger Greptile |
3 tasks
nv-rinig
approved these changes
Jul 24, 2026
mudit-eng
approved these changes
Jul 24, 2026
mc-nv
deleted the
mchornyi/TRI-1594/before-ngc-release-update-release-docs
branch
July 24, 2026 15:03
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.
What does the PR do?
Converts the 9 remaining GitHub documentation links in the top-level
README.mdfrom themainbranch to ther26.07release branch, so the release-branch README points readers at release-branch docs.Links updated (
/blob/main/→/blob/r26.07/,/tree/main/→/tree/r26.07/):backend/docs/python_based_backends.mdbackend/docs/backend_platform_support_matrix.mdbackend/README.mdperf_analyzer/README.mdclient/src/c++/examples,src/python/examples,src/java/.../examplesserver/docs/protocol/extension_binary_data.mdpython_backend/inferentiaAll target paths were verified to exist on each repo's
r26.07branch. The Java source-path segmentsrc/main/java/...is intentionally left unchanged (it is a source directory, not a branch ref). Thegit clone -b r26.07line and theLATEST RELEASE/maindisclaimer were already handled at code-freeze.Checklist
<commit_type>: <Title>Commit Type:
Check the conventional commit type
box here and add the label to the github PR.
Related PRs:
None — single-repo change (
server).Where should the reviewer start?
README.md— the 9 documentation links converted frommaintor26.07.Test plan:
Docs-only change; no functional tests. Verify each converted link resolves on GitHub against the
r26.07branch.Caveats:
Sibling-repo links (
backend,perf_analyzer,client,python_backend) are now pinned tor26.07. Prior releases (r26.04–r26.06) left these onmain; pinning them here is intentional per TRI-1594's "clean any remainingmain-branch references."Background
Part of the "Update release docs" step in the Before-NGC-Release checklist — the release-branch README should not point readers at
main-branch documentation.Related Issues: (use one of the action keywords Closes / Fixes / Resolves / Relates to)