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 eee7625 Fix Buildbot link in README
eee7625 is described below
commit eee762540a9eb85c84b97634301136fbac4ffc58
Author: Bryan Call <[email protected]>
AuthorDate: Thu Jan 8 14:45:03 2026 -0800
Fix Buildbot link in README
---
docs/README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/README.md b/docs/README.md
index 1fec549..a9943ba 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -30,7 +30,7 @@ content/
## Building the Site
-The site is automatically built by [Apache
Buildbot](https://ci2.apache.org/#/builders?tags=trafficserver-site) when
changes are pushed to the `asf-site` branch. Buildbot runs `source/generate.py`
to generate the HTML files from templates.
+The site is automatically built by [Apache
Buildbot](https://ci2.apache.org/#/builders?tags=%2Btrafficserver-website) when
changes are pushed to the `asf-site` branch. Buildbot runs `source/generate.py`
to generate the HTML files from templates.
To build manually (for local testing):
@@ -103,6 +103,6 @@ python3 -m http.server 8080
## Useful Links
- **Live Site:** https://trafficserver.apache.org/
-- **Buildbot:** https://ci2.apache.org/#/builders?tags=trafficserver-site
+- **Buildbot:** https://ci2.apache.org/#/builders?tags=%2Btrafficserver-website
- **ASF Website Checker:**
https://whimsy.apache.org/site/project/trafficserver - Checks for required ASF
content (privacy policy, events link, copyright, etc.)
- **W3C Link Checker:**
https://validator.w3.org/checklink?uri=https%3A%2F%2Ftrafficserver.apache.org&recursive=on
- Validates links and anchors in web pages