Merged
Conversation
a9551e6 to
fef7cb7
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
This PR fixes broken and outdated links across documentation files as part of a coordinated effort across multiple Triton repositories. The changes primarily update internal documentation references to reflect reorganized documentation structure (moving batcher and scheduler content to dedicated files), update external links to point to current locations, and update copyright years to 2026.
Changes:
- Updated internal doc links from
model_configuration.mdtobatcher.mdandscheduler.mdfor batching and scheduling content - Fixed C API references to point to dedicated
inprocess_c_api.mdfile - Updated TensorRT-LLM example paths to reflect new repository structure (
examples/models/core/) - Corrected external links (genai-perf, KServe, OpenTelemetry, TensorRT-LLM docs)
- Updated model references from
inception_graphdeftoinception_onnx - Fixed typos and formatting issues (URL typo, markdown link spacing)
- Updated copyright years to 2026
Reviewed changes
Copilot reviewed 23 out of 23 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| python/openai/README.md | Updated genai-perf installation links to reflect current Ubuntu and Python versions |
| docs/user_guide/trace.md | Replaced identity_backend branch reference with stable commit hash; updated OTLP spec link; updated copyright |
| docs/user_guide/request_cancellation.md | Updated internal links for C API, batcher, and scheduler documentation; updated copyright |
| docs/user_guide/ragged_batching.md | Updated dynamic batcher link; updated copyright |
| docs/user_guide/optimization.md | Changed model references from inception_graphdef to inception_onnx; updated batcher links; updated copyright |
| docs/user_guide/model_configuration.md | Updated internal batcher and scheduler links; updated copyright |
| docs/user_guide/jetson.md | Updated C API links to point to dedicated documentation; updated copyright |
| docs/user_guide/faq.md | Updated dynamic batcher links; updated copyright |
| docs/user_guide/decoupled_models.md | Updated dynamic batcher and C API links; updated copyright |
| docs/user_guide/debugging_guide.md | Fixed internal documentation links; updated copyright |
| docs/user_guide/batcher.md | Updated internal documentation links; updated copyright |
| docs/user_guide/architecture.md | Updated scheduler and batcher links; updated copyright |
| docs/protocol/extension_schedule_policy.md | Updated batcher documentation links; updated copyright |
| docs/protocol/extension_parameters.md | Updated KServe protocol links to non-versioned paths; updated copyright |
| docs/introduction/index.md | Updated architecture link; updated copyright |
| docs/index.md | Updated architecture link; updated copyright |
| docs/getting_started/trtllm_user_guide.md | Fixed URL typo; updated TensorRT-LLM example paths and documentation links; updated copyright |
| docs/getting_started/llm.md | Updated TensorRT-LLM example paths; updated copyright |
| docs/examples/jetson/concurrency_and_dynamic_batching/README.md | Updated dynamic batcher link; updated copyright |
| docs/customization_guide/inference_protocols.md | Fixed markdown link formatting for gRPC docs; updated C API links; updated copyright |
| docs/customization_guide/build.md | Removed outdated JetPack 4.x reference; updated copyright |
| docs/README.md | Updated batcher and scheduler links; updated copyright |
| README.md | Updated sequence batcher and API links |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
whoisj
previously approved these changes
Feb 4, 2026
Contributor
whoisj
left a comment
There was a problem hiding this comment.
Thanks for this, massive amount of work that'll help a lot of people.
…ocs' of github.com:triton-inference-server/server into yinggeh/tri-318-validate-links-and-fix-broken-ones-in-docs
whoisj
approved these changes
Feb 5, 2026
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?
docs/user_guide/architecture.mdChecklist
<commit_type>: <Title>Commit Type:
Check the conventional commit type
box here and add the label to the github PR.
Related PRs:
triton-inference-server/client#877
triton-inference-server/core#467
triton-inference-server/perf_analyzer#459
triton-inference-server/tutorials#148
triton-inference-server/model_navigator#41
triton-inference-server/model_analyzer#1005
triton-inference-server/backend#118
triton-inference-server/dali_backend#283
triton-inference-server/fil_backend#444
triton-inference-server/onnxruntime_backend#332
triton-inference-server/python_backend#428
triton-inference-server/tensorrtllm_backend#840
triton-inference-server/vllm_backend#121
Where should the reviewer start?
Test plan:
Caveats:
Background
Related Issues: (use one of the action keywords Closes / Fixes / Resolves / Relates to)