-
Notifications
You must be signed in to change notification settings - Fork 3.4k
HBASE-29452 Fix broken links in the reference guide #7155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR fixes broken links throughout the HBase reference guide documentation as outlined in HBASE-29452. The changes update URLs to point to working resources, including API documentation links, external references, and JIRA issue links.
- Updates API documentation links from
/apidocs/
to/devapidocs/
for current documentation - Fixes external links to use archived versions or updated URLs for resources that have moved
- Corrects JIRA links to use the proper Apache JIRA domain
Reviewed Changes
Copilot reviewed 19 out of 19 changed files in this pull request and generated 2 comments.
Show a summary per file
File | Description |
---|---|
src/site/xdoc/acid-semantics.xml | Updated API link to use devapidocs |
src/site/asciidoc/acid-semantics.adoc | Updated API link to use devapidocs |
src/main/asciidoc/_chapters/ycsb.adoc | Removed outdated content about Ted Dunning's YCSB |
src/main/asciidoc/_chapters/upgrading.adoc | Fixed JIRA links to use issues.apache.org |
src/main/asciidoc/_chapters/unit_testing.adoc | Updated broken blog link to archived version |
src/main/asciidoc/_chapters/troubleshooting.adoc | Fixed mailing list link and updated kernel documentation URL |
src/main/asciidoc/_chapters/security.adoc | Fixed Wikipedia links, updated API links, removed outdated secure bulk load documentation |
src/main/asciidoc/_chapters/schema_design.adoc | Updated multiple API links from apidocs to devapidocs |
src/main/asciidoc/_chapters/rpc.adoc | Updated GitHub path for RPC.proto file |
src/main/asciidoc/_chapters/performance.adoc | Updated numerous API documentation links to devapidocs |
src/main/asciidoc/_chapters/ops_mgt.adoc | Fixed JIRA links and updated blog references to archived versions |
src/main/asciidoc/_chapters/mapreduce.adoc | Updated API links and removed Cascading section |
src/main/asciidoc/_chapters/developer.adoc | Fixed Git documentation link and Ruby documentation reference |
src/main/asciidoc/_chapters/datamodel.adoc | Updated API links and fixed external blog references to archived versions |
src/main/asciidoc/_chapters/cp.adoc | Updated API documentation links throughout |
src/main/asciidoc/_chapters/configuration.adoc | Fixed API links and updated external installation guide reference |
src/main/asciidoc/_chapters/community.adoc | Updated team page link |
src/main/asciidoc/_chapters/case_studies.adoc | Updated performance testing link to archived version |
src/main/asciidoc/_chapters/architecture.adoc | Updated API links and fixed external blog references |
🎊 +1 overall
This message was automatically generated. |
🎊 +1 overall
This message was automatically generated. |
https://issues.apache.org/jira/browse/HBASE-29452
Also removed and updated some outdated stuff.