[ https://issues.apache.org/jira/browse/HIVE-29102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18019878#comment-18019878 ]
Thomas Rebele commented on HIVE-29102: -------------------------------------- I've updated the PR [https://github.com/apache/hive-site/pull/62], could someone have a look and merge, please? I've made the changes with a [script|https://gist.github.com/thomasrebele/35cf961e3fa54aac3e8841db187debda], which I executed as follows: {code:java} ./hive-cwiki-replace.sh --apply0 ./hive-cwiki-replace.sh --apply1{code} Some cwiki links are remaining. They should be fixed manually. > Replace deprecated cwiki links in hive and hive-site repository to point to > the Website > --------------------------------------------------------------------------------------- > > Key: HIVE-29102 > URL: https://issues.apache.org/jira/browse/HIVE-29102 > Project: Hive > Issue Type: Task > Reporter: Stamatis Zampetakis > Assignee: Raghav Aggarwal > Priority: Minor > Labels: pull-request-available > Attachments: obsolete_wiki_links.txt > > > The main [hive repository|https://github.com/apache/hive] and > [hive-site|https://github.com/apache/hive-site] contains many references to > the deprecated wiki space (HIVE-28666). > The results from running {{grep -Ri "cwiki"}} to the source code (in hive > code) are attached in [^obsolete_wiki_links.txt]. > The respective links must be either updated to point to > [https://hive.apache.org/] or dropped. > > There are 72 markdown (.md) files in hive-site project which referes to > "cwiki" > grep -iRl --include="*.md" "cwiki" | wc -l -- This message was sent by Atlassian Jira (v8.20.10#820010)