Skip to content

docs: Fix broken links in documents#8636

Merged
yinggeh merged 4 commits intomainfrom
yinggeh/tri-318-validate-links-and-fix-broken-ones-in-docs
Feb 5, 2026
Merged

docs: Fix broken links in documents#8636
yinggeh merged 4 commits intomainfrom
yinggeh/tri-318-validate-links-and-fix-broken-ones-in-docs

Conversation

@yinggeh
Copy link
Contributor

@yinggeh yinggeh commented Feb 3, 2026

What does the PR do?

  1. Fix broken links
  2. Remove duplicate sections in docs/user_guide/architecture.md
  3. Update TRT-LLM to TensorRT-LLM

Checklist

  • PR title reflects the change and is of format <commit_type>: <Title>
  • Changes are described in the pull request.
  • Related issues are referenced.
  • Populated github labels field
  • Added test plan and verified test passes.
  • Verified that the PR passes existing CI.
  • Verified copyright is correct on all changed files.
  • Added succinct git squash message before merging ref.
  • All template sections are filled out.
  • Optional: Additional screenshots for behavior/output changes with before/after.

Commit Type:

Check the conventional commit type
box here and add the label to the github PR.

  • docs

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:

  • CI Pipeline ID:

Caveats:

Background

Related Issues: (use one of the action keywords Closes / Fixes / Resolves / Relates to)

  • closes GitHub issue: #xxx

@yinggeh yinggeh self-assigned this Feb 3, 2026
@yinggeh yinggeh added PR: docs Documentation only changes Documentation and removed PR: docs Documentation only changes labels Feb 3, 2026
@yinggeh yinggeh force-pushed the yinggeh/tri-318-validate-links-and-fix-broken-ones-in-docs branch from a9551e6 to fef7cb7 Compare February 3, 2026 17:31
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.md to batcher.md and scheduler.md for batching and scheduling content
  • Fixed C API references to point to dedicated inprocess_c_api.md file
  • 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_graphdef to inception_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
whoisj previously approved these changes Feb 4, 2026
Copy link
Contributor

@whoisj whoisj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
@yinggeh yinggeh merged commit 3ce91be into main Feb 5, 2026
3 checks passed
@yinggeh yinggeh deleted the yinggeh/tri-318-validate-links-and-fix-broken-ones-in-docs branch February 5, 2026 00:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

3 participants