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 9003400  Fix /newsite/ links to use root paths
9003400 is described below

commit 90034004264624ce62da0ff62dc3e0c19ff93cc8
Author: Bryan Call <[email protected]>
AuthorDate: Thu Jan 8 13:30:25 2026 -0800

    Fix /newsite/ links to use root paths
    
    Update acknowledgements.html, users.html, and press.html to use
    root paths instead of /newsite/ paths
---
 content/acknowledgements.html | 30 ++++++++++++++---------------
 content/press.html            | 44 +++++++++++++++++++++----------------------
 content/users.html            | 30 ++++++++++++++---------------
 3 files changed, 52 insertions(+), 52 deletions(-)

diff --git a/content/acknowledgements.html b/content/acknowledgements.html
index 6a07249..c4f4ef7 100644
--- a/content/acknowledgements.html
+++ b/content/acknowledgements.html
@@ -17,10 +17,10 @@
          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">
+    <link rel="stylesheet" href="/styles/tailwind-complete.css">
     
     <!-- Custom Styles -->
-    <link rel="stylesheet" href="/newsite/styles/custom.css">
+    <link rel="stylesheet" href="/styles/custom.css">
 </head>
 <body class="font-sans text-gray-800 bg-white">
     <!-- Header -->
@@ -28,18 +28,18 @@
         <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
             <div class="flex justify-between items-center py-4">
                 <div class="flex items-center">
-                    <a href="/newsite/" class="flex items-center space-x-3">
+                    <a href="/" 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>
                 
                 <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.html" class="text-gray-700 
hover:text-accent transition-colors font-medium">Downloads</a>
+                    <a href="/" class="text-gray-700 hover:text-accent 
transition-colors font-medium">Home</a>
+                    <a href="/downloads.html" 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>
+                    <a href="/users.html" class="text-gray-700 
hover:text-accent transition-colors font-medium">Customers</a>
                 </nav>
                 
                 <div class="hidden lg:flex items-center space-x-4">
@@ -58,14 +58,14 @@
             
             <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.html" 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="/" 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="/downloads.html" 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://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 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="/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 bg-blue-50 text-accent font-semibold">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>
                 </div>
             </nav>
         </div>
@@ -200,7 +200,7 @@
                 <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="/users.html" class="text-secondary 
hover:text-accent transition-colors">Customers</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>
@@ -220,8 +220,8 @@
                 <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="/press.html" class="text-secondary 
hover:text-accent transition-colors">Press Kit</a></li>
+                        <li><a href="/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>
@@ -244,6 +244,6 @@
     </footer>
     
     <!-- Mobile Menu Script -->
-    <script src="/newsite/js/menu.js"></script>
+    <script src="/js/menu.js"></script>
 </body>
 </html>
diff --git a/content/press.html b/content/press.html
index 71973d6..3554c1e 100644
--- a/content/press.html
+++ b/content/press.html
@@ -17,10 +17,10 @@
          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">
+    <link rel="stylesheet" href="/styles/tailwind-complete.css">
     
     <!-- Custom Styles -->
-    <link rel="stylesheet" href="/newsite/styles/custom.css">
+    <link rel="stylesheet" href="/styles/custom.css">
 </head>
 <body class="font-sans text-gray-800 bg-white">
     <!-- Header -->
@@ -28,18 +28,18 @@
         <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
             <div class="flex justify-between items-center py-4">
                 <div class="flex items-center">
-                    <a href="/newsite/" class="flex items-center space-x-3">
+                    <a href="/" 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>
                 
                 <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.html" class="text-gray-700 
hover:text-accent transition-colors font-medium">Downloads</a>
+                    <a href="/" class="text-gray-700 hover:text-accent 
transition-colors font-medium">Home</a>
+                    <a href="/downloads.html" 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>
+                    <a href="/users.html" class="text-gray-700 
hover:text-accent transition-colors font-medium">Customers</a>
                 </nav>
                 
                 <div class="hidden lg:flex items-center space-x-4">
@@ -58,14 +58,14 @@
             
             <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.html" 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="/" 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="/downloads.html" 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://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 bg-blue-50 text-accent font-semibold">Press Kit</a>
+                    <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 
bg-blue-50 text-accent font-semibold">Press Kit</a>
                 </div>
             </nav>
         </div>
@@ -97,7 +97,7 @@
                         </div>
                         <h3 class="text-xl font-semibold text-primary 
mb-2">Small (380×73)</h3>
                         <p class="text-gray-600 mb-4">Perfect for websites and 
small publications</p>
-                        <a href="/newsite/images/press/ts_logo_tm_380x73.png" 
download class="inline-flex items-center px-4 py-2 bg-gradient-to-r 
from-blue-500 to-blue-900 text-white rounded-lg font-medium hover:shadow-lg 
transition-all">
+                        <a href="/images/press/ts_logo_tm_380x73.png" download 
class="inline-flex items-center px-4 py-2 bg-gradient-to-r from-blue-500 
to-blue-900 text-white rounded-lg font-medium hover:shadow-lg transition-all">
                             <svg class="w-4 h-4 mr-2" fill="none" 
stroke="currentColor" viewBox="0 0 24 24">
                                 <path stroke-linecap="round" 
stroke-linejoin="round" stroke-width="2" d="M4 16v1a3 3 0 003 3h10a3 3 0 
003-3v-1m-4-4l-4 4m0 0l-4-4m4 4V4"/>
                             </svg>
@@ -112,7 +112,7 @@
                         </div>
                         <h3 class="text-xl font-semibold text-primary 
mb-2">Medium (1024×196)</h3>
                         <p class="text-gray-600 mb-4">Ideal for presentations 
and medium-sized prints</p>
-                        <a 
href="/newsite/images/press/ts_logo_tm_1024x196.png" download 
class="inline-flex items-center px-4 py-2 bg-gradient-to-r from-blue-500 
to-blue-900 text-white rounded-lg font-medium hover:shadow-lg transition-all">
+                        <a href="/images/press/ts_logo_tm_1024x196.png" 
download class="inline-flex items-center px-4 py-2 bg-gradient-to-r 
from-blue-500 to-blue-900 text-white rounded-lg font-medium hover:shadow-lg 
transition-all">
                             <svg class="w-4 h-4 mr-2" fill="none" 
stroke="currentColor" viewBox="0 0 24 24">
                                 <path stroke-linecap="round" 
stroke-linejoin="round" stroke-width="2" d="M4 16v1a3 3 0 003 3h10a3 3 0 
003-3v-1m-4-4l-4 4m0 0l-4-4m4 4V4"/>
                             </svg>
@@ -127,7 +127,7 @@
                         </div>
                         <h3 class="text-xl font-semibold text-primary 
mb-2">Large (1960×375)</h3>
                         <p class="text-gray-600 mb-4">Best for high-resolution 
prints and banners</p>
-                        <a 
href="/newsite/images/press/ts_logo_tm_1960x375.png" download 
class="inline-flex items-center px-4 py-2 bg-gradient-to-r from-blue-500 
to-blue-900 text-white rounded-lg font-medium hover:shadow-lg transition-all">
+                        <a href="/images/press/ts_logo_tm_1960x375.png" 
download class="inline-flex items-center px-4 py-2 bg-gradient-to-r 
from-blue-500 to-blue-900 text-white rounded-lg font-medium hover:shadow-lg 
transition-all">
                             <svg class="w-4 h-4 mr-2" fill="none" 
stroke="currentColor" viewBox="0 0 24 24">
                                 <path stroke-linecap="round" 
stroke-linejoin="round" stroke-width="2" d="M4 16v1a3 3 0 003 3h10a3 3 0 
003-3v-1m-4-4l-4 4m0 0l-4-4m4 4V4"/>
                             </svg>
@@ -142,7 +142,7 @@
                         </div>
                         <h3 class="text-xl font-semibold text-primary 
mb-2">Vector (SVG)</h3>
                         <p class="text-gray-600 mb-4">Scalable vector format 
for any size</p>
-                        <a href="/newsite/images/press/trafficserver.svg" 
download class="inline-flex items-center px-4 py-2 bg-gradient-to-r 
from-blue-500 to-blue-900 text-white rounded-lg font-medium hover:shadow-lg 
transition-all">
+                        <a href="/images/press/trafficserver.svg" download 
class="inline-flex items-center px-4 py-2 bg-gradient-to-r from-blue-500 
to-blue-900 text-white rounded-lg font-medium hover:shadow-lg transition-all">
                             <svg class="w-4 h-4 mr-2" fill="none" 
stroke="currentColor" viewBox="0 0 24 24">
                                 <path stroke-linecap="round" 
stroke-linejoin="round" stroke-width="2" d="M4 16v1a3 3 0 003 3h10a3 3 0 
003-3v-1m-4-4l-4 4m0 0l-4-4m4 4V4"/>
                             </svg>
@@ -164,7 +164,7 @@
                         </div>
                         <h3 class="text-xl font-semibold text-primary 
mb-2">Small Icon</h3>
                         <p class="text-gray-600 mb-4">For app icons and small 
displays</p>
-                        <a href="/newsite/images/press/tsicon_small.png" 
download class="inline-flex items-center px-4 py-2 bg-gradient-to-r 
from-blue-500 to-blue-900 text-white rounded-lg font-medium hover:shadow-lg 
transition-all">
+                        <a href="/images/press/tsicon_small.png" download 
class="inline-flex items-center px-4 py-2 bg-gradient-to-r from-blue-500 
to-blue-900 text-white rounded-lg font-medium hover:shadow-lg transition-all">
                             <svg class="w-4 h-4 mr-2" fill="none" 
stroke="currentColor" viewBox="0 0 24 24">
                                 <path stroke-linecap="round" 
stroke-linejoin="round" stroke-width="2" d="M4 16v1a3 3 0 003 3h10a3 3 0 
003-3v-1m-4-4l-4 4m0 0l-4-4m4 4V4"/>
                             </svg>
@@ -179,7 +179,7 @@
                         </div>
                         <h3 class="text-xl font-semibold text-primary 
mb-2">Medium Icon</h3>
                         <p class="text-gray-600 mb-4">Standard size for most 
uses</p>
-                        <a href="/newsite/images/press/tsicon.png" download 
class="inline-flex items-center px-4 py-2 bg-gradient-to-r from-blue-500 
to-blue-900 text-white rounded-lg font-medium hover:shadow-lg transition-all">
+                        <a href="/images/press/tsicon.png" download 
class="inline-flex items-center px-4 py-2 bg-gradient-to-r from-blue-500 
to-blue-900 text-white rounded-lg font-medium hover:shadow-lg transition-all">
                             <svg class="w-4 h-4 mr-2" fill="none" 
stroke="currentColor" viewBox="0 0 24 24">
                                 <path stroke-linecap="round" 
stroke-linejoin="round" stroke-width="2" d="M4 16v1a3 3 0 003 3h10a3 3 0 
003-3v-1m-4-4l-4 4m0 0l-4-4m4 4V4"/>
                             </svg>
@@ -194,7 +194,7 @@
                         </div>
                         <h3 class="text-xl font-semibold text-primary 
mb-2">Large Icon</h3>
                         <p class="text-gray-600 mb-4">High-resolution icon for 
prints</p>
-                        <a href="/newsite/images/press/tsicon_large.png" 
download class="inline-flex items-center px-4 py-2 bg-gradient-to-r 
from-blue-500 to-blue-900 text-white rounded-lg font-medium hover:shadow-lg 
transition-all">
+                        <a href="/images/press/tsicon_large.png" download 
class="inline-flex items-center px-4 py-2 bg-gradient-to-r from-blue-500 
to-blue-900 text-white rounded-lg font-medium hover:shadow-lg transition-all">
                             <svg class="w-4 h-4 mr-2" fill="none" 
stroke="currentColor" viewBox="0 0 24 24">
                                 <path stroke-linecap="round" 
stroke-linejoin="round" stroke-width="2" d="M4 16v1a3 3 0 003 3h10a3 3 0 
003-3v-1m-4-4l-4 4m0 0l-4-4m4 4V4"/>
                             </svg>
@@ -242,7 +242,7 @@
                 <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="/users.html" class="text-secondary 
hover:text-accent transition-colors">Customers</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>
@@ -262,8 +262,8 @@
                 <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="/press.html" class="text-secondary 
hover:text-accent transition-colors">Press Kit</a></li>
+                        <li><a href="/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>
@@ -286,6 +286,6 @@
     </footer>
     
     <!-- Mobile Menu Script -->
-    <script src="/newsite/js/menu.js"></script>
+    <script src="/js/menu.js"></script>
 </body>
 </html>
diff --git a/content/users.html b/content/users.html
index 892eba1..1be5f08 100644
--- a/content/users.html
+++ b/content/users.html
@@ -17,10 +17,10 @@
          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">
+    <link rel="stylesheet" href="/styles/tailwind-complete.css">
     
     <!-- Custom Styles -->
-    <link rel="stylesheet" href="/newsite/styles/custom.css">
+    <link rel="stylesheet" href="/styles/custom.css">
     
     <style>
         .headerlink, .elementid-permalink {
@@ -51,19 +51,19 @@
             <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">
+                    <a href="/" 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.html" class="text-gray-700 
hover:text-accent transition-colors font-medium">Downloads</a>
+                    <a href="/" class="text-gray-700 hover:text-accent 
transition-colors font-medium">Home</a>
+                    <a href="/downloads.html" 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-accent 
font-semibold">Customers</a>
+                    <a href="/users.html" class="text-accent 
font-semibold">Customers</a>
                 </nav>
                 
                 <!-- Apache Logo -->
@@ -85,14 +85,14 @@
             <!-- 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.html" 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="/" 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="/downloads.html" 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://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 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="/users.html" class="block px-3 py-2 rounded-md 
bg-blue-50 text-accent font-semibold">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>
                 </div>
             </nav>
         </div>
@@ -241,7 +241,7 @@
                 <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="/users.html" class="text-secondary 
hover:text-accent transition-colors">Customers</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>
@@ -263,8 +263,8 @@
                 <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="/press.html" class="text-secondary 
hover:text-accent transition-colors">Press Kit</a></li>
+                        <li><a href="/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>
@@ -287,7 +287,7 @@
     </footer>
     
     <!-- Mobile Menu Script -->
-    <script src="/newsite/js/menu.js"></script>
+    <script src="/js/menu.js"></script>
 </body>
 </html>
 

Reply via email to