Skip to content

Commit b083ec3

Browse files
committed
Update links
1 parent 50dfdbd commit b083ec3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hbase-website/app/components/getting-started.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export function GettingStartedSection() {
3434
{
3535
title: "3. Connect a Client",
3636
desc: "Use the Java API, REST, or Thrift to start building.",
37-
to: "https://hbase.apache.org/book.html#config.files"
37+
to: "https://hbase.apache.org/book.html#hbase_apis"
3838
}
3939
];
4040
return (

hbase-website/app/pages/acid-semantics/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ All of the above guarantees must be possible within Apache HBase. For users who
114114

115115
## More Information
116116

117-
For more information, see the [client architecture](book.html#client) or [data model](book.html#datamodel) sections in the Apache HBase Reference Guide.
117+
For more information, see the [client architecture](https://hbase.apache.org/book.html#client) or [data model](https://hbase.apache.org/book.html#datamodel) sections in the Apache HBase Reference Guide.
118118

119119
## Footnotes
120120

0 commit comments

Comments
 (0)