This is an automated email from the ASF dual-hosted git repository.
bcall pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/trafficserver-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 1b363f9 Fix Via Header Decoder documentation link and underline
1b363f9 is described below
commit 1b363f95dc80e6d8a37591d583a324891dcab55e
Author: Bryan Call <[email protected]>
AuthorDate: Thu Jan 8 15:37:38 2026 -0800
Fix Via Header Decoder documentation link and underline
- Update anchor to #how-do-i-interpret-the-via-header-code
- Make link always underlined instead of hover-only
---
content/via.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/content/via.html b/content/via.html
index b8dd4cb..8ab2f1e 100644
--- a/content/via.html
+++ b/content/via.html
@@ -248,8 +248,8 @@ function checkQuery() {
</code>
<p class="text-gray-600">
For more details, see the
- <a
href="https://docs.trafficserver.apache.org/en/latest/appendices/faq.en.html#what-is-the-format-of-the-via-header"
- class="text-accent hover:underline">Via Header
Documentation</a>.
+ <a
href="https://docs.trafficserver.apache.org/en/latest/appendices/faq.en.html#how-do-i-interpret-the-via-header-code"
+ class="text-accent underline">Via Header
Documentation</a>.
</p>
</div>
</div>