This is an automated email from the ASF dual-hosted git repository.
bneradt pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/10.1.x by this push:
new 34cf5b353a doc: fix Via decoder ring URL (/tools/via moved to
/via.html) (#13400)
34cf5b353a is described below
commit 34cf5b353ad470b8a6922c1b6a2306498bc2a82c
Author: Bryan Call <[email protected]>
AuthorDate: Mon Jul 20 15:12:54 2026 -0700
doc: fix Via decoder ring URL (/tools/via moved to /via.html) (#13400)
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 c1f9e243f4..87e7f5c5ab 100644
--- a/doc/admin-guide/files/records.yaml.en.rst
+++ b/doc/admin-guide/files/records.yaml.en.rst
@@ -912,7 +912,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:
@@ -938,7 +938,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 [...]