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
commit c91f4b3934d70ba4040283639aea4b821d3605c0 Author: nayananga@acerubuntu18.04 <nayanangamuhandi...@gmail.com> AuthorDate: Fri Jul 26 22:54:09 2019 +0530 schema link fixed --- antora-ui-camel/src/partials/footer-scripts.hbs | 2 +- layouts/partials/footer.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/antora-ui-camel/src/partials/footer-scripts.hbs b/antora-ui-camel/src/partials/footer-scripts.hbs index 28c596b..feef93b 100644 --- a/antora-ui-camel/src/partials/footer-scripts.hbs +++ b/antora-ui-camel/src/partials/footer-scripts.hbs @@ -2,7 +2,7 @@ <script src="{{uiRootPath}}/js/vendor/highlight.js"></script> <script type='application/ld+json'> { - "@context": "http://www.schema.org", + "@context": "http://schema.org", "@type": "Organization", "name": "Apache Camel", "url": "{{uiRootPath}}", diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 4ee3635..7b3cc75 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -49,7 +49,7 @@ <script src="{{ "/_/js/vendor/highlight.js" | relURL }}"></script> <script type='application/ld+json'> { - "@context": "http://www.schema.org", + "@context": "http://schema.org", "@type": "Organization", "name": "Apache Camel", "url": "{{ .Site.BaseURL }}",