This is an automated email from the ASF dual-hosted git repository.
eya pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-age-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new d61963f Event Link Regular Expression Fix
d61963f is described below
commit d61963f5427912d2e5ffda42fc670e2618f0f458
Author: eyab <[email protected]>
AuthorDate: Mon Nov 8 12:10:47 2021 -0800
Event Link Regular Expression Fix
---
index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.html b/index.html
index a49610c..0658284 100644
--- a/index.html
+++ b/index.html
@@ -76,7 +76,7 @@
<a class="sidebar-link external-link" target="_blank"
href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a> <br />
<a class="sidebar-link external-link" target="_blank"
href="https://www.apache.org/security/">Security</a> <br />
<a class="sidebar-link external-link" target="_blank"
href="https://www.apache.org/licenses/">License</a> <br />
- <a class="sidebar-link external-link" text="Events"
target="_blank" href="https://apachecon.com/?ref=www.apache.org">Events</a> <br
/>
+ <a class="sidebar-link external-link" text="Events"
target="_blank" href="^https?://.*apache.org/events/current-event">Events</a>
<br />
<a class="sidebar-link external-link" target="_blank"
href="https://www.apache.org/foundation/thanks.html">Thanks</a> <br />
</p>
</div>