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 <zabe...@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/"