This is an automated email from the ASF dual-hosted git repository. ilgrosso pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/syncope.git
commit 166a5044c60363ee71b26d53abfac7c2285e0209 Author: Francesco Chicchiriccò <[email protected]> AuthorDate: Fri Mar 7 16:42:01 2025 +0100 Removing dangling links and images --- src/site/site.xml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/src/site/site.xml b/src/site/site.xml index bda26542ad..d88360b8e4 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -68,7 +68,6 @@ under the License. </menu> <menu name="Development"> - <item name="Roadmap" href="https://cwiki.apache.org/confluence/display/SYNCOPE/Roadmap"/> <item name="How to contribute?" href="contributing"/> <item name="Source Repository" href="source-repository"/> <item name="Continuous Integration" href="integration"/> @@ -89,20 +88,6 @@ under the License. <![CDATA[ Copyright © 2025, the Apache Software Foundation.<br/> Apache, Syncope, Apache Syncope, the Apache feather logo and the Apache Syncope project logo are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners. - - <div class="pull-right"> - <a href="https://www.openhub.net/p/syncope"><img src="https://www.openhub.net/p/syncope/widgets/project_thin_badge.gif"/></a> - <a href="https://bestpractices.coreinfrastructure.org/projects/154"> - <img src="https://bestpractices.coreinfrastructure.org/projects/154/badge" style="vertical-align: top"/> - </a> - <img src="https://img.shields.io/maven-central/v/org.apache.syncope/syncope.png" style="vertical-align: top"/> - <a href="https://github.com/apache/syncope/actions/workflows/crosschecks.yml"> - <img src="https://github.com/apache/syncope/actions/workflows/crosschecks.yml/badge.svg" style="max-width:100%;vertical-align: top"> - </a> - <a href="https://github.com/apache/syncope/actions/workflows/codeql-analysis.yml"> - <img src="https://github.com/apache/syncope/actions/workflows/codeql-analysis.yml/badge.svg" style="max-width:100%;vertical-align: top"> - </a> - </div> ]]> </footer> </body>
