You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by za...@apache.org on 2023/01/27 10:09:00 UTC

[hive-site] branch main updated (6097c3f -> 400a64a)

This is an automated email from the ASF dual-hosted git repository.

zabetak pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/hive-site.git


    from 6097c3f  HIVE-26585: Revamp Apache Hive website (Simhadri Govindappa reviewed by Stamatis Zampetakis, Sai Hemanth Gantasala)
     new e98ce08  HIVE-26988: Broken website links when opening results from search engines (Simhadri Govindappa reviewed by Ayush Saxena, Stamatis Zampetakis)
     new 400a64a  HIVE-26983: 404 Error when clicking the "Getting Started Guide" link in the website

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 config.toml                            | 2 +-
 content/Developement/gettingStarted.md | 2 +-
 content/Developement/versionControl.md | 1 +
 content/community/issueTracking.md     | 1 +
 content/community/mailingLists.md      | 2 ++
 content/community/people.md            | 1 +
 content/docs/javadocs.md               | 1 +
 content/general/downloads.md           | 1 +
 8 files changed, 9 insertions(+), 2 deletions(-)


[hive-site] 01/02: HIVE-26988: Broken website links when opening results from search engines (Simhadri Govindappa reviewed by Ayush Saxena, Stamatis Zampetakis)

Posted by za...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

zabetak pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hive-site.git

commit e98ce083498f99f83ecd88db1d3cb312e616f80e
Author: SimhadriG <si...@cloudera.com>
AuthorDate: Wed Jan 25 22:54:35 2023 +0530

    HIVE-26988: Broken website links when opening results from search engines (Simhadri Govindappa reviewed by Ayush Saxena, Stamatis Zampetakis)
    
    After migrating the content website to Hugo some URLs changed thus the
    old URLs are no longer reachable. There are still usages of the old URLs
    in some places notably in results returned by popular search engines.
    
    Add redirects from the old URLs to the new ones to avoid 404 errors
    when someones clicks on an old link.
    
    Remove trailing slashes from URLs.
    
    Closes #3
---
 config.toml                            | 2 +-
 content/Developement/versionControl.md | 1 +
 content/community/issueTracking.md     | 1 +
 content/community/mailingLists.md      | 2 ++
 content/community/people.md            | 1 +
 content/docs/javadocs.md               | 1 +
 content/general/downloads.md           | 1 +
 7 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/config.toml b/config.toml
index 237c3f4..d705501 100644
--- a/config.toml
+++ b/config.toml
@@ -1,4 +1,4 @@
-baseURL = 'https://hive.apache.org/'
+baseURL = 'https://hive.apache.org'
 languageCode = 'en-us'
 title = 'Hive Site'
 theme = 'hive'
diff --git a/content/Developement/versionControl.md b/content/Developement/versionControl.md
index fcb8daa..bae06a0 100644
--- a/content/Developement/versionControl.md
+++ b/content/Developement/versionControl.md
@@ -2,6 +2,7 @@
 title: "VersionControl"
 date: 2022-09-14T00:34:39+05:30
 draft: false
+aliases: [/version_control.html]
 ---
 
 <!---
diff --git a/content/community/issueTracking.md b/content/community/issueTracking.md
index 1f25412..d081b42 100644
--- a/content/community/issueTracking.md
+++ b/content/community/issueTracking.md
@@ -2,6 +2,7 @@
 title: "IssueTracking"
 date: 2022-09-14T01:05:14+05:30
 draft: false
+aliases: [/issue_tracking.html]
 ---
 
 <!---
diff --git a/content/community/mailingLists.md b/content/community/mailingLists.md
index 472f7de..94fa883 100644
--- a/content/community/mailingLists.md
+++ b/content/community/mailingLists.md
@@ -2,6 +2,8 @@
 title: "MailingLists"
 date: 2022-09-14T01:01:04+05:30
 draft: false
+aliases: [/mailing_lists.html]
+
 ---
 
 <!---
diff --git a/content/community/people.md b/content/community/people.md
index c55c9f9..6555704 100644
--- a/content/community/people.md
+++ b/content/community/people.md
@@ -2,6 +2,7 @@
 title: "People"
 date: 2022-09-14T01:23:03+05:30
 draft: false
+aliases: [/people.html]
 ---
 
 <!---
diff --git a/content/docs/javadocs.md b/content/docs/javadocs.md
index 2ae8b93..7e076d0 100644
--- a/content/docs/javadocs.md
+++ b/content/docs/javadocs.md
@@ -2,6 +2,7 @@
 title: "Javadocs"
 date: 2022-08-29T04:01:38+05:30
 draft: false
+aliases: [/javadoc.html]
 ---
 
 <!---
diff --git a/content/general/downloads.md b/content/general/downloads.md
index 8e15d75..2e08cde 100644
--- a/content/general/downloads.md
+++ b/content/general/downloads.md
@@ -2,6 +2,7 @@
 title: "Downloads"
 date: 2022-09-13T19:16:15+05:30
 draft: false
+aliases: [/downloads.html]
 ---
 
 <!---


[hive-site] 02/02: HIVE-26983: 404 Error when clicking the "Getting Started Guide" link in the website

Posted by za...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

zabetak pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hive-site.git

commit 400a64a51e2bea41505714eecdfc2117f61e1de0
Author: Stamatis Zampetakis <za...@gmail.com>
AuthorDate: Fri Jan 27 11:02:52 2023 +0100

    HIVE-26983: 404 Error when clicking the "Getting Started Guide" link in the website
    
    The link should point to the wiki; not self-reference to the website.
---
 content/Developement/gettingStarted.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/Developement/gettingStarted.md b/content/Developement/gettingStarted.md
index f34713d..583b0bb 100644
--- a/content/Developement/gettingStarted.md
+++ b/content/Developement/gettingStarted.md
@@ -52,7 +52,7 @@ project and contribute your expertise.
 * Become a [Hive Fan on Facebook][HIVE_FACEBOOK]
 * Follow [@ApacheHive on Twitter][HIVE_TWITTER]
 
-[GETTING_STARTED]: /GettingStarted
+[GETTING_STARTED]: https://cwiki.apache.org/confluence/display/Hive/GettingStarted
 [APACHE_HADOOP]: http://hadoop.apache.org
 [ISSUE_TRACKING]: /community/issuetracking/
 [MAILING_LISTS]: "/community/mailinglists/"