This is an automated email from the ASF dual-hosted git repository.
brondsem pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/allura-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 4e3da12 fix jenkins link; remove IRC link
4e3da12 is described below
commit 4e3da1261c84b90a2383fa31728c67f631a7eea3
Author: Dave Brondsema <[email protected]>
AuthorDate: Wed Jun 12 14:55:10 2024 -0400
fix jenkins link; remove IRC link
---
_src/allura-theme/templates/index.html | 3 +--
index.html | 3 +--
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/_src/allura-theme/templates/index.html
b/_src/allura-theme/templates/index.html
index 0b971ea..7835539 100644
--- a/_src/allura-theme/templates/index.html
+++ b/_src/allura-theme/templates/index.html
@@ -111,10 +111,9 @@
<div class="row">
<ul class="auto-margin bg-shadow pad-sm">
<li><a class="text-white"
href="https://lists.apache.org/[email protected]">dev@allura
Mailing List</a></li>
- <li class="text-white"><a class="text-white pad-right-xs"
href="irc://chat.freenode.net/allura">#allura on Freenode IRC</a>(<a
class="text-white"
href="https://sourceforge.net/p/allura/chat/">Archives</a>)</li>
<li><a class="text-white" href="{{ FORGE_ALLURA_URL }}docs/">Developer
Docs</a></li>
<li><a class="text-white" href="{{ FORGE_ALLURA_URL
}}docs/development/contributing.html">Contributing Guide</a></li>
- <li><a class="text-white"
href="https://ci-builds.apache.org/job/Allura/job/Allura/">Jenkins CI
Build</a></li>
+ <li><a class="text-white"
href="https://ci-builds.apache.org/job/Allura/">Jenkins CI Build</a></li>
</ul>
</div>
</div>
diff --git a/index.html b/index.html
index 6accd22..077e834 100644
--- a/index.html
+++ b/index.html
@@ -150,10 +150,9 @@
<div class="row">
<ul class="auto-margin bg-shadow pad-sm">
<li><a class="text-white"
href="https://lists.apache.org/[email protected]">dev@allura
Mailing List</a></li>
- <li class="text-white"><a class="text-white pad-right-xs"
href="irc://chat.freenode.net/allura">#allura on Freenode IRC</a>(<a
class="text-white"
href="https://sourceforge.net/p/allura/chat/">Archives</a>)</li>
<li><a class="text-white"
href="https://forge-allura.apache.org/docs/">Developer Docs</a></li>
<li><a class="text-white"
href="https://forge-allura.apache.org/docs/development/contributing.html">Contributing
Guide</a></li>
- <li><a class="text-white"
href="https://ci-builds.apache.org/job/Allura/job/Allura/">Jenkins CI
Build</a></li>
+ <li><a class="text-white"
href="https://ci-builds.apache.org/job/Allura/">Jenkins CI Build</a></li>
</ul>
</div>
</div>