Repository: atlas Updated Branches: refs/heads/master 154dda0e5 -> 9cd28bbed
ATLAS-2438: fix errors found in sitecheck - https://whimsy.apache.org/site/project/atlas Signed-off-by: Madhan Neethiraj <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/atlas/repo Commit: http://git-wip-us.apache.org/repos/asf/atlas/commit/9cd28bbe Tree: http://git-wip-us.apache.org/repos/asf/atlas/tree/9cd28bbe Diff: http://git-wip-us.apache.org/repos/asf/atlas/diff/9cd28bbe Branch: refs/heads/master Commit: 9cd28bbedd2726187b02c7199ecc0f315f0f7afa Parents: 154dda0 Author: Selvamohan Neethiraj <[email protected]> Authored: Mon Feb 12 22:55:59 2018 -0500 Committer: Madhan Neethiraj <[email protected]> Committed: Mon Feb 12 20:43:55 2018 -0800 ---------------------------------------------------------------------- docs/src/site/site.xml | 14 ++++++++++---- docs/src/site/twiki/index.twiki | 2 +- 2 files changed, 11 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/atlas/blob/9cd28bbe/docs/src/site/site.xml ---------------------------------------------------------------------- diff --git a/docs/src/site/site.xml b/docs/src/site/site.xml index 2cf4e84..0882feb 100755 --- a/docs/src/site/site.xml +++ b/docs/src/site/site.xml @@ -112,14 +112,20 @@ </menu> <menu name="ASF"> - <item name="How Apache Works" href="http://www.apache.org/foundation/how-it-works.html"/> - <item name="Foundation" href="http://www.apache.org/foundation/"/> + <item name="How Apache Works" href="http://www.apache.org/foundation/how-it-works.html"/> + <item name="Events" href="https://www.apache.org/events/current-event" /> + <item name="License" href="https://www.apache.org/licenses/" /> + <item name="Foundation" href="http://www.apache.org/foundation/"/> <item name="Sponsoring Apache" href="http://www.apache.org/foundation/sponsorship.html"/> - <item name="Thanks" href="http://www.apache.org/foundation/thanks.html"/> + <item name="Thanks" href="http://www.apache.org/foundation/thanks.html"/> </menu> <footer> - Copyright é 2018 The Apache Software Foundation, Licensed under the Apache License, Version 2.0. +<![CDATA[ +<p><a href="https://www.apache.org/foundation/contributing"><img src="https://www.apache.org/images/SupportApache-small.png" alt="Support the ASF" id="asf-logo" height="20" width="20" /></a>Copyright © 2011-2018 The Apache Software Foundation. Licensed under the <a href="https://www.apache.org/licenses/">Apache License, Version 2.0</a>.<br/> +Apache Atlas, Atlas, Apache, the Apache feather logo are trademarks of the <a href="https://www.apache.org">Apache Software Foundation</a>.<br/> +All other marks mentioned may be trademarks or registered trademarks of their respective owners.</p> +]]> </footer> </body> </project> http://git-wip-us.apache.org/repos/asf/atlas/blob/9cd28bbe/docs/src/site/twiki/index.twiki ---------------------------------------------------------------------- diff --git a/docs/src/site/twiki/index.twiki b/docs/src/site/twiki/index.twiki index 8345f04..5e9a1cb 100755 --- a/docs/src/site/twiki/index.twiki +++ b/docs/src/site/twiki/index.twiki @@ -76,4 +76,4 @@ capabilities around these data assets for data scientists, analysts and the data #LicenseInfo ---+ Licensing Information -Atlas is distributed under [[http://www.apache.org/licenses/LICENSE-2.0][Apache License 2.0]]. +Atlas is distributed under [[http://www.apache.org/licenses/][Apache License 2.0]].
