This is an automated email from the ASF dual-hosted git repository. zregvart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-website.git
The following commit(s) were added to refs/heads/master by this push: new 5e6b556 fix: broken links 5e6b556 is described below commit 5e6b55688fad09219dd4afbfaf34f780ae8d4ba8 Author: Zoran Regvart <zregv...@apache.org> AuthorDate: Fri Sep 25 00:01:48 2020 +0200 fix: broken links --- content/misc/_index.md | 2 +- layouts/sitemap/sitemap.html | 30 +++++++++++++++--------------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/content/misc/_index.md b/content/misc/_index.md index cd71943..6f36ed0 100644 --- a/content/misc/_index.md +++ b/content/misc/_index.md @@ -1,4 +1,4 @@ --- title: "Miscellaneous" --- -The Apache Software Foundation (ASF) is an open source project organized under the auspices of a public benefit corporation. You can find terms of use of this website under [Privacy Policy]("/privacy-policy"). You can read more about organisations that helped Camel under [Acknowledgements](/acknowledgements). \ No newline at end of file +The Apache Software Foundation (ASF) is an open source project organized under the auspices of a public benefit corporation. You can find terms of use of this website under [Privacy Policy]("/privacy-policy"). You can read more about organisations that helped Camel under [Acknowledgements](/acknowledgments/). diff --git a/layouts/sitemap/sitemap.html b/layouts/sitemap/sitemap.html index afae02b..7a91a66 100644 --- a/layouts/sitemap/sitemap.html +++ b/layouts/sitemap/sitemap.html @@ -5,36 +5,36 @@ <div class="content"> <article class="static doc sitemap"> <h1 class="page">{{ .Title }} </h1> - <a href="/"><h2>Overview</h2></a> + <h2>Overview</h2> <ul class="sitemap-list"> {{ $currentPage := .Permalink }} {{ range .Site.Sections }} {{ if not (eq $currentPage .Permalink) }} - <li><a href = "{{ .Permalink }}" >{{.Title}}</a></li> + <li><a href="{{ .RelPermalink }}">{{.Title}}</a></li> {{end}} {{ end }} </ul> <a href="/docs/"><h2>Documentation</h2></a> <ul class="sitemap-list"> - <li><a href = "/manual/latest/getting-started.html">Getting Started</a></li> - <li><a href = "/manual/latest/">User Manual</a></li> - <li><a href = "/manual/latest/faq/">Frequently Asked Questions</a></li> - <li><a href = "/components/latest/">Component Reference</a></li> - <li><a href = "/components/latest/dataformats/">Data Formats</a></li> - <li><a href = "/components/latest/eips/enterprise-integration-patterns.html">Enterprise Integration Patterns</a></li> + <li><a href="/manual/latest/getting-started.html">Getting Started</a></li> + <li><a href="/manual/latest/">User Manual</a></li> + <li><a href="/manual/latest/faq/">Frequently Asked Questions</a></li> + <li><a href="/components/latest/">Component Reference</a></li> + <li><a href="/components/latest/dataformats/">Data Formats</a></li> + <li><a href="/components/latest/eips/enterprise-integration-patterns.html">Enterprise Integration Patterns</a></li> </ul> <a href="/docs/"><h2>Sub Projects</h2></a> <ul class="sitemap-list"> - <li><a href = "/manual/latest/">Camel Core</a></li> - <li><a href = "/camel-k/latest/">Camel K</a></li> - <li><a href = "/camel-quarkus/latest/">Camel Quarkus</a></li> - <li><a href = "/camel-spring-boot/latest/">Camel Spring Boot</a></li> - <li><a href = "/camel-kafka-connector/latest/">Camel Kafka Connector</a></li> - <li><a href = "/camel-karaf/latest/">Camel Karaf</a></li> + <li><a href="/manual/latest/">Camel Core</a></li> + <li><a href="/camel-k/latest/">Camel K</a></li> + <li><a href="/camel-quarkus/latest/">Camel Quarkus</a></li> + <li><a href="/camel-spring-boot/latest/">Camel Spring Boot</a></li> + <li><a href="/camel-kafka-connector/latest/">Camel Kafka Connector</a></li> + <li><a href="/camel-karaf/latest/">Camel Karaf</a></li> </ul> </article> </div> </main> </div> -{{ partial "footer.html" . }} \ No newline at end of file +{{ partial "footer.html" . }}