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

bneradt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new 4b55a4d568 doc: fix Via decoder ring URL (/tools/via moved to 
/via.html) (#13399)
4b55a4d568 is described below

commit 4b55a4d5689f66c414c798a82119128c8dd56592
Author: Bryan Call <[email protected]>
AuthorDate: Mon Jul 20 15:12:59 2026 -0700

    doc: fix Via decoder ring URL (/tools/via moved to /via.html) (#13399)
    
    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.yaml.en.rst | 4 ++--
 doc/appendices/faq.en.rst                 | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/admin-guide/files/records.yaml.en.rst 
b/doc/admin-guide/files/records.yaml.en.rst
index 86e25df130..73526a43f4 100644
--- a/doc/admin-guide/files/records.yaml.en.rst
+++ b/doc/admin-guide/files/records.yaml.en.rst
@@ -982,7 +982,7 @@ allow-plain
 
 .. 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:
@@ -1008,7 +1008,7 @@ allow-plain
 
 .. 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 2620fc9060..eb4962a326 100644
--- a/doc/appendices/faq.en.rst
+++ b/doc/appendices/faq.en.rst
@@ -106,7 +106,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