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 31564b7  Remove assistance page and Rackspace acknowledgement
31564b7 is described below

commit 31564b7290d9c14b95281a60c2216a939c761b79
Author: Bryan Call <[email protected]>
AuthorDate: Thu Jan 8 13:28:54 2026 -0800

    Remove assistance page and Rackspace acknowledgement
    
    - Remove assistance.html page (no longer relevant)
    - Remove all 'Get Help' and 'Assistance' links from navigation/footers
    - Remove Rackspace from acknowledgements (no longer used)
---
 content/acknowledgements.html            |  29 -----
 content/assistance.html                  | 210 -------------------------------
 content/downloads.html                   |   1 -
 content/index.html                       |   2 -
 content/press.html                       |   2 -
 content/tools/via.html                   |   1 -
 content/users.html                       |   2 -
 source/templates/downloads.template.html |   1 -
 source/templates/index.template.html     |   2 -
 9 files changed, 250 deletions(-)

diff --git a/content/acknowledgements.html b/content/acknowledgements.html
index a8e94ec..6a07249 100644
--- a/content/acknowledgements.html
+++ b/content/acknowledgements.html
@@ -66,7 +66,6 @@
                     <a href="/newsite/users.html" class="block px-3 py-2 
rounded-md text-gray-700 hover:bg-gray-100 hover:text-accent transition-colors 
font-medium">Customers</a>
                     <a href="/newsite/acknowledgements.html" class="block px-3 
py-2 rounded-md bg-blue-50 text-accent font-semibold">Acknowledgements</a>
                     <a href="/newsite/press.html" class="block px-3 py-2 
rounded-md text-gray-700 hover:bg-gray-100 hover:text-accent transition-colors 
font-medium">Press Kit</a>
-                    <a href="/newsite/assistance.html" class="block px-3 py-2 
rounded-md text-gray-700 hover:bg-gray-100 hover:text-accent transition-colors 
font-medium">Assistance</a>
                 </div>
             </nav>
         </div>
@@ -110,27 +109,6 @@
                     </div>
                 </div>
 
-                <!-- Rackspace Card -->
-                <div class="bg-white rounded-xl shadow-sm border 
border-gray-200 p-8 hover:shadow-lg transition-shadow">
-                    <div class="flex items-start">
-                        <div class="flex-shrink-0">
-                            <div class="w-12 h-12 bg-blue-100 rounded-lg flex 
items-center justify-center">
-                                <svg class="w-6 h-6 text-blue-600" fill="none" 
stroke="currentColor" viewBox="0 0 24 24">
-                                    <path stroke-linecap="round" 
stroke-linejoin="round" stroke-width="2" d="M5 12h14M5 12a2 2 0 01-2-2V6a2 2 0 
012-2h14a2 2 0 012 2v4a2 2 0 01-2 2M5 12a2 2 0 00-2 2v4a2 2 0 002 2h14a2 2 0 
002-2v-4a2 2 0 00-2-2m-2-4h.01M17 16h.01"/>
-                                </svg>
-                            </div>
-                        </div>
-                        <div class="ml-4">
-                            <h3 class="text-xl font-bold text-primary mb-2">
-                                <a href="http://www.rackspace.com"; 
class="hover:text-accent transition-colors">Rackspace</a>
-                            </h3>
-                            <p class="text-gray-600 leading-relaxed">
-                                For providing virtualized resources to our 
Continuous Integration system.
-                            </p>
-                        </div>
-                    </div>
-                </div>
-
                 <!-- GoDaddy Card -->
                 <div class="bg-white rounded-xl shadow-sm border 
border-gray-200 p-8 hover:shadow-lg transition-shadow">
                     <div class="flex items-start">
@@ -199,12 +177,6 @@
                         </svg>
                         View on GitHub
                     </a>
-                    <a href="/newsite/assistance.html" class="inline-flex 
items-center px-6 py-3 bg-white border-2 border-gray-300 text-gray-800 
font-semibold rounded-lg hover:bg-gray-50 transition-colors">
-                        <svg class="w-5 h-5 mr-2" fill="none" 
stroke="currentColor" viewBox="0 0 24 24">
-                            <path stroke-linecap="round" 
stroke-linejoin="round" stroke-width="2" d="M18.364 5.636l-3.536 3.536m0 
5.656l3.536 3.536M9.172 9.172L5.636 5.636m3.536 9.192l-3.536 3.536M21 12a9 9 0 
11-18 0 9 9 0 0118 0zm-5 0a4 4 0 11-8 0 4 4 0 018 0z"/>
-                        </svg>
-                        Get Help
-                    </a>
                 </div>
             </div>
 
@@ -229,7 +201,6 @@
                     <h3 class="text-sm font-semibold text-gray-900 uppercase 
tracking-wider mb-4">Community</h3>
                     <ul class="space-y-3">
                         <li><a href="/newsite/users.html" 
class="text-secondary hover:text-accent transition-colors">Customers</a></li>
-                        <li><a href="/newsite/assistance.html" 
class="text-secondary hover:text-accent transition-colors">Get Help</a></li>
                         <li><a 
href="https://github.com/apache/trafficserver/issues"; class="text-secondary 
hover:text-accent transition-colors">Issues</a></li>
                         <li><a href="https://the-asf.slack.com/"; 
class="text-secondary hover:text-accent transition-colors">Slack 
Channel</a></li>
                     </ul>
diff --git a/content/assistance.html b/content/assistance.html
deleted file mode 100644
index 419e84e..0000000
--- a/content/assistance.html
+++ /dev/null
@@ -1,210 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>Third Party Assistance - Apache Traffic Server</title>
- 
- <!-- Licensed to the Apache Software Foundation (ASF) under one or more 
contributor license agreements.
- See the NOTICE file distributed with this work for additional information 
regarding copyright ownership.
- The ASF licenses this file to you under the Apache License, Version 2.0 (the 
"License"); you
- may not use this file except in compliance with the License. You may obtain a 
copy of the License at
- 
- https://www.apache.org/licenses/LICENSE-2.0
- 
- Unless required by applicable law or agreed to in writing, software 
distributed under the License is
- distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
KIND, either express or implied.
- See the License for the specific language governing permissions and 
limitations under the License. -->
-    
-    <!-- Tailwind CSS -->
-    <link rel="stylesheet" href="/newsite/styles/tailwind-complete.css">
-    
-    <!-- Custom Styles -->
-    <link rel="stylesheet" href="/newsite/styles/custom.css">
- 
- <style>
- .headerlink, .elementid-permalink {
- visibility: hidden;
- }
- 
- /* Mobile menu animation */
- .mobile-menu-enter {
- animation: slideDown 0.3s ease-out;
- }
- 
- @keyframes slideDown {
- from {
- opacity: 0;
- transform: translateY(-10px);
- }
- to {
- opacity: 1;
- transform: translateY(0);
- }
- }
- </style>
-</head>
-<body class="font-sans text-gray-800 bg-white">
- <!-- Header -->
- <header class="sticky top-0 z-50 bg-white shadow-sm">
- <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
- <div class="flex justify-between items-center py-4">
- <!-- Logo -->
- <div class="flex items-center">
- <a href="/newsite/" class="flex items-center space-x-3">
- <img src="/images/press/ts_logo_tm_380x73.png" alt="Apache Traffic Server" 
class="h-12 w-auto">
- </a>
- </div>
- 
- <!-- Desktop Navigation -->
- <nav class="hidden lg:flex items-center space-x-6">
- <a href="/newsite/" class="text-gray-700 hover:text-accent transition-colors 
font-medium">Home</a>
- <a href="/newsite/downloads" class="text-gray-700 hover:text-accent 
transition-colors font-medium">Downloads</a>
- <a href="https://docs.trafficserver.apache.org/en/latest/index.html"; 
class="text-gray-700 hover:text-accent transition-colors 
font-medium">Documentation</a>
- 
- <a href="https://github.com/apache/trafficserver/issues"; class="text-gray-700 
hover:text-accent transition-colors font-medium">Issues</a>
- <a href="https://ci.trafficserver.apache.org/"; class="text-gray-700 
hover:text-accent transition-colors font-medium">CI</a>
- <a href="/newsite/users.html" class="text-gray-700 hover:text-accent 
transition-colors font-medium">Customers</a>
- </nav>
- 
- <!-- Apache Logo -->
- <div class="hidden lg:flex items-center space-x-4">
- <a href="https://www.apache.org/"; class="flex items-center">
- <img src="https://www.apache.org/images/feather-small.png"; alt="The Apache 
Software Foundation" class="h-10 w-auto">
- </a>
- </div>
- 
- <!-- Mobile menu button -->
- <button id="mobile-menu-button" class="lg:hidden p-2 rounded-md text-gray-700 
hover:text-accent hover:bg-gray-100 focus:outline-none focus:ring-2 
focus:ring-accent" aria-label="Toggle menu">
- <svg class="h-6 w-6" fill="none" stroke="currentColor" viewBox="0 0 24 24">
- <path id="menu-icon" stroke-linecap="round" stroke-linejoin="round" 
stroke-width="2" d="M4 6h16M4 12h16M4 18h16"/>
- <path id="close-icon" class="hidden" stroke-linecap="round" 
stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"/>
- </svg>
- </button>
- </div>
- 
- <!-- Mobile Navigation -->
- <nav id="mobile-menu" class="hidden lg:hidden pb-4 mobile-menu-enter">
- <div class="space-y-2">
- <a href="/newsite/" class="block px-3 py-2 rounded-md text-gray-700 
hover:bg-gray-100 hover:text-accent transition-colors font-medium">Home</a>
- <a href="/newsite/downloads" class="block px-3 py-2 rounded-md text-gray-700 
hover:bg-gray-100 hover:text-accent transition-colors font-medium">Downloads</a>
- <a href="https://docs.trafficserver.apache.org/en/latest/index.html"; 
class="block px-3 py-2 rounded-md text-gray-700 hover:bg-gray-100 
hover:text-accent transition-colors font-medium">Documentation</a>
- <a 
href="https://cwiki.apache.org/confluence/display/TS/Apache+Traffic+Server"; 
class="block px-3 py-2 rounded-md text-gray-700 hover:bg-gray-100 
hover:text-accent transition-colors font-medium">Wiki</a>
- <a href="https://github.com/apache/trafficserver/issues"; class="block px-3 
py-2 rounded-md text-gray-700 hover:bg-gray-100 hover:text-accent 
transition-colors font-medium">Issues</a>
- <a href="https://ci.trafficserver.apache.org/"; class="block px-3 py-2 
rounded-md text-gray-700 hover:bg-gray-100 hover:text-accent transition-colors 
font-medium">CI</a>
- <a href="/newsite/users.html" class="block px-3 py-2 rounded-md text-gray-700 
hover:bg-gray-100 hover:text-accent transition-colors font-medium">Customers</a>
- <a href="/newsite/acknowledgements.html" class="block px-3 py-2 rounded-md 
text-gray-700 hover:bg-gray-100 hover:text-accent transition-colors 
font-medium">Acknowledgements</a>
- <a href="/newsite/press.html" class="block px-3 py-2 rounded-md text-gray-700 
hover:bg-gray-100 hover:text-accent transition-colors font-medium">Press Kit</a>
- <a href="/newsite/assistance.html" class="block px-3 py-2 rounded-md 
text-gray-700 hover:bg-gray-100 hover:text-accent transition-colors 
font-medium">Assistance</a>
- <div class="border-t border-gray-200 my-2"></div>
- <a href="https://github.com/apache/trafficserver/security/policy"; 
class="block px-3 py-2 rounded-md text-gray-700 hover:bg-gray-100 
hover:text-accent transition-colors font-medium">Security</a>
- <a href="https://www.apache.org/foundation/sponsorship.html"; class="block 
px-3 py-2 rounded-md text-gray-700 hover:bg-gray-100 hover:text-accent 
transition-colors font-medium">Donate</a>
- <a href="https://www.apache.org/"; class="block px-3 py-2 rounded-md 
text-gray-700 hover:bg-gray-100 hover:text-accent transition-colors 
font-medium">Apache Foundation</a>
- </div>
- </nav>
- </div>
- </header>
- 
- <!-- Main Content -->
- <main class="min-h-screen bg-gray-50 py-12">
- <div class="max-w-5xl mx-auto px-4 sm:px-6 lg:px-8">
- <div class="bg-white rounded-lg shadow-sm p-8">
- <div id="content" class="prose prose-blue max-w-none">
- <h1 id='third-party-assistance'>Third Party Assistance<a 
href='#third-party-assistance' title='Permanent link to this' 
class='headerlink'>&para;</a></h1>
-<p>This page is intended as an independently made list of companies offering 
-commercial or free support and consulting for the Apache Traffic Server. </p>
-<p>This list is NOT an endorsement nor a recommendation by the Traffic Server 
-PMC, it is merely a list of companies and individuals who have expressed 
-that they offer support and consulting. For further information, please 
-contact the companies/individuals themselves - we do not nor will we ever 
-recommend one resource over the other.</p>
-<h2 id='companies-and-individuals-offering-ats-support'>Companies and 
individuals offering ATS support<a 
href='#companies-and-individuals-offering-ats-support' title='Permanent link to 
this' class='headerlink'>&para;</a></h2>
-<p>Sorted alphabetically</p>
-<p><a href="http://www.mirimar.net/";>Mirimar Networks</a></p>
-<p><a href="https://www.network-geographics.com/";>Network Geographics</a> </p>
-<p><a href="http://www.omniti.com/";>OmniTI</a> </p>
-<p><a href="http://www.we-amp.com/";>We-Amp</a></p>
-<p>Any company or individual that so wishes, can be put on this page by 
sending an 
-email to dev [at] trafficserver.apache.org, listing:</p>
-<ul>
-<li>The name of the company/individual doing ATS support</li>
-<li>A link to their/his/her web site</li>
-</ul>
- </div>
- </div>
- </div>
- </main>
- 
- <!-- Footer -->
- <footer class="bg-gray-50 border-t border-gray-200 mt-16">
- <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-12">
- <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8">
- <!-- Column 1 -->
- <div>
- <h3 class="text-sm font-semibold text-gray-900 uppercase tracking-wider 
mb-4">Resources</h3>
- <ul class="space-y-3">
- <li><a href="https://docs.trafficserver.apache.org/en/latest/index.html"; 
class="text-secondary hover:text-accent 
transition-colors">Documentation</a></li>
- <li><a 
href="https://cwiki.apache.org/confluence/display/TS/Apache+Traffic+Server"; 
class="text-secondary hover:text-accent transition-colors">Wiki</a></li>
- <li><a href="https://cwiki.apache.org/confluence/display/TS/FAQ"; 
class="text-secondary hover:text-accent transition-colors">FAQ</a></li>
- <li><a href="https://github.com/apache/trafficserver/"; class="text-secondary 
hover:text-accent transition-colors">Source Code</a></li>
- </ul>
- </div>
- 
- <!-- Column 2 -->
- <div>
- <h3 class="text-sm font-semibold text-gray-900 uppercase tracking-wider 
mb-4">Community</h3>
- <ul class="space-y-3">
- <li><a href="/newsite/users.html" class="text-secondary hover:text-accent 
transition-colors">Customers</a></li>
- <li><a href="/newsite/assistance.html" class="text-secondary 
hover:text-accent transition-colors">Get Help</a></li>
- <li><a href="https://github.com/apache/trafficserver/issues"; 
class="text-secondary hover:text-accent transition-colors">Issues</a></li>
- <li><a href="https://the-asf.slack.com/"; class="text-secondary 
hover:text-accent transition-colors">Slack Channel</a></li>
- </ul>
- </div>
- 
- <!-- Column 3 -->
- <div>
- <h3 class="text-sm font-semibold text-gray-900 uppercase tracking-wider 
mb-4">Apache</h3>
- <ul class="space-y-3">
- <li><a href="https://www.apache.org/"; class="text-secondary hover:text-accent 
transition-colors">Foundation</a></li>
- <li><a href="https://www.apache.org/licenses/"; class="text-secondary 
hover:text-accent transition-colors">License</a></li>
- <li><a href="https://github.com/apache/trafficserver/security/policy"; 
class="text-secondary hover:text-accent transition-colors">Security</a></li>
- <li><a href="https://www.apache.org/foundation/sponsorship.html"; 
class="text-secondary hover:text-accent transition-colors">Donate</a></li>
- <li><a href="https://www.apache.org/foundation/thanks.html"; 
class="text-secondary hover:text-accent transition-colors">Thanks</a></li>
- </ul>
- </div>
- 
- <!-- Column 4 -->
- <div>
- <h3 class="text-sm font-semibold text-gray-900 uppercase tracking-wider 
mb-4">More</h3>
- <ul class="space-y-3">
- <li><a href="/newsite/press.html" class="text-secondary hover:text-accent 
transition-colors">Press Kit</a></li>
- <li><a href="/newsite/acknowledgements.html" class="text-secondary 
hover:text-accent transition-colors">Acknowledgements</a></li>
- <li><a href="https://blogs.apache.org/trafficserver/"; class="text-secondary 
hover:text-accent transition-colors">Blog</a></li>
- <li><a href="https://twitter.com/trafficserver"; class="text-secondary 
hover:text-accent transition-colors">Twitter</a></li>
- </ul>
- </div>
- </div>
- 
- <div class="mt-12 pt-8 border-t border-gray-200 flex flex-col md:flex-row 
justify-between items-center">
- <p class="text-secondary text-sm text-center md:text-left">
- Copyright &copy; 2025 <a href="https://www.apache.org/"; 
class="hover:text-accent">The Apache Software Foundation</a>.
- Licensed under the <a href="https://www.apache.org/licenses/"; 
class="hover:text-accent">Apache License</a>, Version 2.0.
- Apache Traffic Server, Apache, the Apache Traffic Server logo, and the Apache 
feather logo are trademarks of The Apache Software Foundation.
- </p>
- <div class="mt-4 md:mt-0">
- <a href="https://www.apache.org/"; class="inline-block">
- <img src="https://www.apache.org/images/feather-small.png"; alt="Apache" 
class="h-8 w-auto">
- </a>
- </div>
- </div>
- </div>
- </footer>
- 
- <!-- Mobile Menu Script -->
- <script src="/newsite/js/menu.js"></script>
-</body>
-</html>
-
-
-
-
diff --git a/content/downloads.html b/content/downloads.html
index 34c5208..1cf165f 100644
--- a/content/downloads.html
+++ b/content/downloads.html
@@ -267,7 +267,6 @@ To update versions:
                     <h3 class="text-sm font-semibold text-gray-900 uppercase 
tracking-wider mb-4">Community</h3>
                     <ul class="space-y-3">
                         <li><a href="/users.html" class="text-secondary 
hover:text-accent transition-colors">Customers</a></li>
-                        <li><a href="/assistance.html" class="text-secondary 
hover:text-accent transition-colors">Get Help</a></li>
                         <li><a 
href="https://github.com/apache/trafficserver/issues"; class="text-secondary 
hover:text-accent transition-colors">Issues</a></li>
                         <li><a href="https://the-asf.slack.com/"; 
class="text-secondary hover:text-accent transition-colors">Slack 
Channel</a></li>
                     </ul>
diff --git a/content/index.html b/content/index.html
index 74e22e7..506ee1f 100644
--- a/content/index.html
+++ b/content/index.html
@@ -64,7 +64,6 @@ To update:
                     <a href="/users.html" class="block px-3 py-2 rounded-md 
text-gray-700 hover:bg-gray-100 hover:text-accent transition-colors 
font-medium">Customers</a>
                     <a href="/acknowledgements.html" class="block px-3 py-2 
rounded-md text-gray-700 hover:bg-gray-100 hover:text-accent transition-colors 
font-medium">Acknowledgements</a>
                     <a href="/press.html" class="block px-3 py-2 rounded-md 
text-gray-700 hover:bg-gray-100 hover:text-accent transition-colors 
font-medium">Press Kit</a>
-                    <a href="/assistance.html" class="block px-3 py-2 
rounded-md text-gray-700 hover:bg-gray-100 hover:text-accent transition-colors 
font-medium">Assistance</a>
                 </div>
             </nav>
         </div>
@@ -351,7 +350,6 @@ To update:
                     <h3 class="text-sm font-semibold text-gray-900 uppercase 
tracking-wider mb-4">Community</h3>
                     <ul class="space-y-3">
                         <li><a href="/users.html" class="text-secondary 
hover:text-accent transition-colors">Customers</a></li>
-                        <li><a href="/assistance.html" class="text-secondary 
hover:text-accent transition-colors">Get Help</a></li>
                         <li><a 
href="https://github.com/apache/trafficserver/issues"; class="text-secondary 
hover:text-accent transition-colors">Issues</a></li>
                         <li><a href="https://the-asf.slack.com/"; 
class="text-secondary hover:text-accent transition-colors">Slack 
Channel</a></li>
                     </ul>
diff --git a/content/press.html b/content/press.html
index d629e45..71973d6 100644
--- a/content/press.html
+++ b/content/press.html
@@ -66,7 +66,6 @@
                     <a href="/newsite/users.html" class="block px-3 py-2 
rounded-md text-gray-700 hover:bg-gray-100 hover:text-accent transition-colors 
font-medium">Customers</a>
                     <a href="/newsite/acknowledgements.html" class="block px-3 
py-2 rounded-md text-gray-700 hover:bg-gray-100 hover:text-accent 
transition-colors font-medium">Acknowledgements</a>
                     <a href="/newsite/press.html" class="block px-3 py-2 
rounded-md bg-blue-50 text-accent font-semibold">Press Kit</a>
-                    <a href="/newsite/assistance.html" class="block px-3 py-2 
rounded-md text-gray-700 hover:bg-gray-100 hover:text-accent transition-colors 
font-medium">Assistance</a>
                 </div>
             </nav>
         </div>
@@ -244,7 +243,6 @@
                     <h3 class="text-sm font-semibold text-gray-900 uppercase 
tracking-wider mb-4">Community</h3>
                     <ul class="space-y-3">
                         <li><a href="/newsite/users.html" 
class="text-secondary hover:text-accent transition-colors">Customers</a></li>
-                        <li><a href="/newsite/assistance.html" 
class="text-secondary hover:text-accent transition-colors">Get Help</a></li>
                         <li><a 
href="https://github.com/apache/trafficserver/issues"; class="text-secondary 
hover:text-accent transition-colors">Issues</a></li>
                         <li><a href="https://the-asf.slack.com/"; 
class="text-secondary hover:text-accent transition-colors">Slack 
Channel</a></li>
                     </ul>
diff --git a/content/tools/via.html b/content/tools/via.html
index cad46a4..39d9c8c 100644
--- a/content/tools/via.html
+++ b/content/tools/via.html
@@ -174,7 +174,6 @@ function checkQuery() {
       <a href="https://github.com/apache/trafficserver/issues";>Issues</a>
       <a href="/users.html">Customers</a>
       <a href="/acknowledgements.html">Acknowledgements</a>
-      <a href="/assistance.html">Assistance</a>
     </div>
     <div class="fourcol last right">
       <a href="https://apache.org/security/";>Security</a>
diff --git a/content/users.html b/content/users.html
index d26f93a..892eba1 100644
--- a/content/users.html
+++ b/content/users.html
@@ -93,7 +93,6 @@
                     <a href="/newsite/users.html" class="block px-3 py-2 
rounded-md bg-blue-50 text-accent font-semibold">Customers</a>
                     <a href="/newsite/acknowledgements.html" class="block px-3 
py-2 rounded-md text-gray-700 hover:bg-gray-100 hover:text-accent 
transition-colors font-medium">Acknowledgements</a>
                     <a href="/newsite/press.html" class="block px-3 py-2 
rounded-md text-gray-700 hover:bg-gray-100 hover:text-accent transition-colors 
font-medium">Press Kit</a>
-                    <a href="/newsite/assistance.html" class="block px-3 py-2 
rounded-md text-gray-700 hover:bg-gray-100 hover:text-accent transition-colors 
font-medium">Assistance</a>
                 </div>
             </nav>
         </div>
@@ -243,7 +242,6 @@
                     <h3 class="text-sm font-semibold text-gray-900 uppercase 
tracking-wider mb-4">Community</h3>
                     <ul class="space-y-3">
                         <li><a href="/newsite/users.html" 
class="text-secondary hover:text-accent transition-colors">Customers</a></li>
-                        <li><a href="/newsite/assistance.html" 
class="text-secondary hover:text-accent transition-colors">Get Help</a></li>
                         <li><a 
href="https://github.com/apache/trafficserver/issues"; class="text-secondary 
hover:text-accent transition-colors">Issues</a></li>
                         <li><a href="https://the-asf.slack.com/"; 
class="text-secondary hover:text-accent transition-colors">Slack 
Channel</a></li>
                     </ul>
diff --git a/source/templates/downloads.template.html 
b/source/templates/downloads.template.html
index 50c422c..d6cbb0f 100644
--- a/source/templates/downloads.template.html
+++ b/source/templates/downloads.template.html
@@ -267,7 +267,6 @@ To update versions:
                     <h3 class="text-sm font-semibold text-gray-900 uppercase 
tracking-wider mb-4">Community</h3>
                     <ul class="space-y-3">
                         <li><a href="/users.html" class="text-secondary 
hover:text-accent transition-colors">Customers</a></li>
-                        <li><a href="/assistance.html" class="text-secondary 
hover:text-accent transition-colors">Get Help</a></li>
                         <li><a 
href="https://github.com/apache/trafficserver/issues"; class="text-secondary 
hover:text-accent transition-colors">Issues</a></li>
                         <li><a href="https://the-asf.slack.com/"; 
class="text-secondary hover:text-accent transition-colors">Slack 
Channel</a></li>
                     </ul>
diff --git a/source/templates/index.template.html 
b/source/templates/index.template.html
index a000029..fc120f6 100644
--- a/source/templates/index.template.html
+++ b/source/templates/index.template.html
@@ -64,7 +64,6 @@ To update:
                     <a href="/users.html" class="block px-3 py-2 rounded-md 
text-gray-700 hover:bg-gray-100 hover:text-accent transition-colors 
font-medium">Customers</a>
                     <a href="/acknowledgements.html" class="block px-3 py-2 
rounded-md text-gray-700 hover:bg-gray-100 hover:text-accent transition-colors 
font-medium">Acknowledgements</a>
                     <a href="/press.html" class="block px-3 py-2 rounded-md 
text-gray-700 hover:bg-gray-100 hover:text-accent transition-colors 
font-medium">Press Kit</a>
-                    <a href="/assistance.html" class="block px-3 py-2 
rounded-md text-gray-700 hover:bg-gray-100 hover:text-accent transition-colors 
font-medium">Assistance</a>
                 </div>
             </nav>
         </div>
@@ -320,7 +319,6 @@ To update:
                     <h3 class="text-sm font-semibold text-gray-900 uppercase 
tracking-wider mb-4">Community</h3>
                     <ul class="space-y-3">
                         <li><a href="/users.html" class="text-secondary 
hover:text-accent transition-colors">Customers</a></li>
-                        <li><a href="/assistance.html" class="text-secondary 
hover:text-accent transition-colors">Get Help</a></li>
                         <li><a 
href="https://github.com/apache/trafficserver/issues"; class="text-secondary 
hover:text-accent transition-colors">Issues</a></li>
                         <li><a href="https://the-asf.slack.com/"; 
class="text-secondary hover:text-accent transition-colors">Slack 
Channel</a></li>
                     </ul>

Reply via email to