Junegunn Choi created HBASE-29452: ------------------------------------- Summary: 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
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)