This is an automated email from the ASF dual-hosted git repository.

bryancall pushed a commit to branch via-url-fix-9.2.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git

commit d9f2c35af3de53793307b989f472c87345df8014
Author: Bryan Call <[email protected]>
AuthorDate: Thu Jul 16 15:39:03 2026 -0700

    doc: fix Via decoder ring URL (/tools/via moved to /via.html)
    
    The Via decoder ring page moved from /tools/via to /via.html on the
    project website, leaving the documented URL returning 404. Update the
    references in the FAQ and records documentation to the new location.
---
 doc/admin-guide/files/records.config.en.rst | 4 ++--
 doc/appendices/faq.en.rst                   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/admin-guide/files/records.config.en.rst 
b/doc/admin-guide/files/records.config.en.rst
index f2330deb04..46658e9938 100644
--- a/doc/admin-guide/files/records.config.en.rst
+++ b/doc/admin-guide/files/records.config.en.rst
@@ -860,7 +860,7 @@ mptcp
 
 .. note::
 
-   The ``Via`` transaction codes can be decoded with the `Via Decoder Ring 
<https://trafficserver.apache.org/tools/via>`_.
+   The ``Via`` transaction codes can be decoded with the `Via Decoder Ring 
<https://trafficserver.apache.org/via.html>`_.
 
 .. ts:cv:: CONFIG proxy.config.http.request_via_str STRING 
ApacheTrafficServer/${PACKAGE_VERSION}
    :reloadable:
@@ -886,7 +886,7 @@ mptcp
 
 .. note::
 
-   The ``Via`` transaction code can be decoded with the `Via Decoder Ring 
<https://trafficserver.apache.org/tools/via>`_.
+   The ``Via`` transaction code can be decoded with the `Via Decoder Ring 
<https://trafficserver.apache.org/via.html>`_.
 
 .. ts:cv:: CONFIG proxy.config.http.response_via_str STRING 
ApacheTrafficServer/${PACKAGE_VERSION}
    :reloadable:
diff --git a/doc/appendices/faq.en.rst b/doc/appendices/faq.en.rst
index 1cca514e4a..e5a0e19ae2 100644
--- a/doc/appendices/faq.en.rst
+++ b/doc/appendices/faq.en.rst
@@ -116,7 +116,7 @@ Please refer to the :ref:`forward-proxy` documentation.
 How do I interpret the Via: header code?
 ----------------------------------------
 
-The ``Via`` header string can be decoded with the `Via Decoder Ring 
<https://trafficserver.apache.org/tools/via>`_.
+The ``Via`` header string can be decoded with the `Via Decoder Ring 
<https://trafficserver.apache.org/via.html>`_.
 
 The Via header is an optional HTTP header added by Traffic Server and other 
HTTP proxies. If a request goes through multiple proxies, each one appends its 
Via header content to the end of the existing Via header. Via header content is 
for general information and diagnostic use only and should not be used as a 
programmatic interface to Traffic Server. The header is cached by each 
intermediary with the object as received from its downstream node. Thus, the 
last node in the list to report a [...]
 

Reply via email to