This is an automated email from the ASF dual-hosted git repository. tn pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tooling-atr-experiments.git
The following commit(s) were added to refs/heads/main by this push: new 3d713bd fix email in footer 3d713bd is described below commit 3d713bd0e9fd6201490f391d9e7709cf9c969f46 Author: Thomas Neidhart <t...@apache.org> AuthorDate: Fri Feb 14 22:55:55 2025 +0100 fix email in footer --- atr/templates/includes/footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atr/templates/includes/footer.html b/atr/templates/includes/footer.html index 50ec065..3dc104f 100644 --- a/atr/templates/includes/footer.html +++ b/atr/templates/includes/footer.html @@ -1,5 +1,5 @@ <footer class="footer mt-auto py-3"> <div class="container"> - <span class="text-muted">Copyright© 2025, The Apache Software Foundation. Material licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, version 2.0</a>. For inquiries, contact d...@tooling.apache.or</span> + <span class="text-muted">Copyright© 2025, The Apache Software Foundation. Material licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, version 2.0</a>. For inquiries, contact dev@tooling.apache.org</span> </div> </footer> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tooling.apache.org For additional commands, e-mail: dev-h...@tooling.apache.org