This is an automated email from the ASF dual-hosted git repository.
psomogyi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/master by this push:
new 438bf32 HBASE-20405 Update website to meet foundation recommendations
(addendum)
438bf32 is described below
commit 438bf3284ec37c410630405d4bb73106b277546d
Author: Mate Szalay-Beko <[email protected]>
AuthorDate: Fri Jul 12 10:12:48 2019 +0200
HBASE-20405 Update website to meet foundation recommendations (addendum)
fix License and Thanks links on website
---
src/site/site.xml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/site/site.xml b/src/site/site.xml
index e6a8cfa..8861d8e 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -79,7 +79,7 @@
</head>
<menu name="Apache HBase Project">
<item name="Overview" href="index.html"/>
- <item name="License" href="licenses.html"/>
+ <item name="License" href="https://www.apache.org/licenses/"/>
<item name="Downloads" href="downloads.html"/>
<item name="Release Notes"
href="https://issues.apache.org/jira/browse/HBASE?report=com.atlassian.jira.plugin.system.project:changelog-panel#selectedTab=com.atlassian.jira.plugin.system.project%3Achangelog-panel"
/>
<item name="Code Of Conduct" href="coc.html"/>
@@ -87,7 +87,8 @@
<item name="Mailing Lists" href="mailing-lists.html"/>
<item name="Team" href="team.html"/>
<item name="ReviewBoard" href="https://reviews.apache.org/"/>
- <item name="Thanks" href="sponsors.html"/>
+ <item name="HBase Sponsors" href="sponsors.html"/>
+ <item name="Thanks"
href="https://www.apache.org/foundation/thanks.html"/>
<item name="Powered by HBase" href="poweredbyhbase.html"/>
<item name="Other resources" href="resources.html"/>
</menu>