docs: clean README main-branch references for r26.07 - #8903
Conversation
Greptile SummaryThis PR updates 9 GitHub documentation links in the top-level
Confidence Score: 4/5Safe to merge — only documentation links are changed, and all nine link updates correctly swap the main branch ref for r26.07. All link replacements look correct and the Java source-directory path is intentionally preserved. The only unintended change is the removal of the trailing newline on the last line of the file. No files require special attention beyond the missing trailing newline at the end of README.md. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[README.md on r26.07 branch] --> B{Link type}
B -->|/blob/main/ → /blob/r26.07/| C[backend/docs/python_based_backends.md]
B -->|/blob/main/ → /blob/r26.07/| D[backend/docs/backend_platform_support_matrix.md]
B -->|/blob/main/ → /blob/r26.07/| E[perf_analyzer/README.md]
B -->|/blob/main/ → /blob/r26.07/| F[client: C++ examples]
B -->|/blob/main/ → /blob/r26.07/| G[client: Python examples]
B -->|/blob/main/ → /blob/r26.07/| H[client: Java examples]
B -->|/blob/main/ → /blob/r26.07/| I[server/docs/protocol/extension_binary_data.md]
B -->|/blob/main/ → /blob/r26.07/| J[backend/README.md]
B -->|/tree/main/ → /tree/r26.07/| K[python_backend/inferentia]
B -->|unchanged - source dir, not branch| L[src/main/java/... path]
Reviews (1): Last reviewed commit: "docs: clean README main-branch reference..." | Re-trigger Greptile |
|
|
||
| Please refer to the [NVIDIA Developer Triton page](https://developer.nvidia.com/nvidia-triton-inference-server) | ||
| for more information. | ||
| for more information. No newline at end of file |
There was a problem hiding this comment.
The final line is missing a trailing newline. This was present in the base branch (
-for more information. had a line ending) but was dropped in this commit, as indicated by the \ No newline at end of file marker in the diff. Many tools and linters treat a missing trailing newline as malformed.
| for more information. | |
| for more information. |
What does the PR do?
Converts the 9 remaining GitHub documentation links in the top-level
README.mdfrom themainbranch to ther26.07release branch, so that 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).Checklist
README.mdchangedr26.07branchesRelated
Linear: TRI-1594 — [Before NGC Release] Update release docs