This is an automated email from the ASF dual-hosted git repository. pottlinger pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/creadur-site.git
commit 3984be25e2ca4617d91ed08a1cc165d82940fa04 Author: Hugo Hirsch <[email protected]> AuthorDate: Sun May 29 11:00:29 2022 +0200 Relativize links in order to allow a local development --- index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 13406ef..d656518 100644 --- a/index.html +++ b/index.html @@ -59,10 +59,10 @@ </a> </li> <li><h5>Apache Creadur™</h5> <ul> - <li><a href="https://creadur.apache.org">Creadur Project Home</a></li> - <li><a href="https://creadur.apache.org/rat">Apache Rat™</a></li> - <li><a href="https://creadur.apache.org/tentacles">Apache Tentacles™</a></li> - <li><a href="https://creadur.apache.org/whisker">Apache Whisker™</a></li> + <li><a href="/">Creadur Project Home</a></li> + <li><a href="./rat">Apache Rat™</a></li> + <li><a href="./tentacles">Apache Tentacles™</a></li> + <li><a href="./whisker">Apache Whisker™</a></li> <li><a href="https://www.apache.org/security/">Security</a></li> <li><a href="https://www.apache.org/licenses/">License</a></li> <li><a @@ -131,7 +131,7 @@ and </ul> <h3 id="news">News</h3> <ul> -<li><a href="https://www.apache.org/events/current-event.html"><img src="https://www.apache.org/events/current-event-125x125.png" alt="Current ApacheCon logo"/></a></li> +<li><a href="https://www.apache.org/events/current-event.html"><img src="https://www.apache.org/events/current-event-125x125.png" alt="Current ApacheCon logo"/></a></li> <li>Summer 2013 — welcome to <a href="https://github.com/elnuma/">Manuel Suárez Sánchez</a>, our 2013 <a href="https://developers.google.com/open-source/soc/">Google Summer of Code</a> student </li> <li>26-28 February 2013 — <a href="http://na.apachecon.com">ApacheCon North America</a> was held in Portland, Oregon </li> <li>5–8 November 2012 — <a href="http://www.apachecon.com/">ApacheCon Europe</a> was held in Sinsheim, Germany</li>
