[
https://issues.apache.org/jira/browse/HBASE-29452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Peter Somogyi resolved HBASE-29452.
-----------------------------------
Fix Version/s: 4.0.0-alpha-1
Resolution: Fixed
Thanks [~junegunn]! Merged the PR to master branch.
> Fix broken links in the reference guide
> ---------------------------------------
>
> Key: HBASE-29452
> URL: https://issues.apache.org/jira/browse/HBASE-29452
> Project: HBase
> Issue Type: Bug
> Components: documentation
> Reporter: Junegunn Choi
> Assignee: Junegunn Choi
> Priority: Major
> Labels: pull-request-available
> Fix For: 4.0.0-alpha-1
>
>
> The reference guide (https://hbase.apache.org/book.html) has many broken
> links. Let's fix them.
> h2. Finding broken links
> I used [LinkChecker|https://github.com/linkchecker/linkchecker] to find
> broken links on the page:
> {code}
> linkchecker -r 1 --check-extern https://hbase.apache.org/book.html
> {code}
> h2. Strategies for fixing broken links
> * Replace missing pages with their archived versions from the Wayback Machine
> * Update links to point to modern alternatives
> * Replace {{/apidocs/}} with {{/devapidocs/}} when appropriate
> * Correct typos in URLs
> * Remove links if they are no longer relevant
> * Replace deprecated APIs with their modern alternatives
> ** HColumnDescriptor -> ColumnFamilyDescriptorBuilder
> ** HTableDescriptor -> TableDescriptorBuilder
--
This message was sent by Atlassian Jira
(v8.20.10#820010)