This is an automated email from the ASF dual-hosted git repository. jnioche pushed a commit to branch 22 in repository https://gitbox.apache.org/repos/asf/incubator-stormcrawler-site.git
commit a30b5f9c67d4a95a811fc87084bad3e9f4d857cc Author: Julien Nioche <[email protected]> AuthorDate: Thu Apr 25 13:58:28 2024 +0100 Wrong URL in footer, fix #22 Signed-off-by: Julien Nioche <[email protected]> --- _includes/footer.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/footer.html b/_includes/footer.html index 464f971..c2085a1 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -3,10 +3,10 @@ Apache StormCrawler is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the p [...] <br/> <br/> - © 2024 <a href="https://stormcrawler.apache.<org/">The Apache Software Foundation</a><br/><br/> + © 2024 <a href="https://www.apache.org/">The Apache Software Foundation</a><br/><br/> Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>. <br/> Apache StormCrawler, StormCrawler, the Apache feather logo are trademarks of The Apache Software Foundation. <br/> All other marks mentioned may be trademarks or registered trademarks of their respective owners. <br/><br/> <a href="https://opennlp.apache.org/privacy-policy.html">Privacy Policy</a> | <a href="https://www.apache.org/security/">Security</a> | <a href="https://www.apache.org/foundation/sponsorship">Sponsorship</a> | <a href="https://www.apache.org/foundation/sponsors">Sponsors</a><br/><br/> <div class="footer-widget"> <a class="acevent" data-format="wide" data-mode="dark"></a> </div> -</footer> \ No newline at end of file +</footer>
