Skip to content

Commit

Permalink
[#4737] improvement(ui): update documentation link (#4771)
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?
link the apache website instead of a company websit

### Why are the changes needed?
The latest docs will release at apache website

Fix: #4737

### Does this PR introduce _any_ user-facing change?
N/A

### How was this patch tested?
N/A
  • Loading branch information
LauraXia123 authored Aug 29, 2024
1 parent 7e1f874 commit 8906c03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class MetalakePageTest extends AbstractWebIT {
private static final String METALAKE_NAME = "metalake_name";
private static final String EDITED_METALAKE_NAME = METALAKE_NAME + "_edited";
private static final String FOOTER_LINK_DATASTRATO = "https://gravitino.apache.org/";
private static final String FOOTER_LINK_DOCS = "https://datastrato.ai/docs/";
private static final String FOOTER_LINK_DOCS = "https://gravitino.apache.org/docs/latest/";
private static final String FOOTER_LINK_LICENSE =
"https://github.com/apache/gravitino/blob/main/LICENSE";
private static final String FOOTER_LINK_SUPPORT = "https://github.com/apache/gravitino/issues";
Expand Down
2 changes: 1 addition & 1 deletion web/src/app/rootLayout/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const Footer = props => {
<Link
className={'twc-no-underline twc-text-primary-main'}
target='_blank'
href='https://datastrato.ai/docs/'
href='https://gravitino.apache.org/docs/latest/'
data-refer='footer-link-docs'
>
Documentation
Expand Down

0 comments on commit 8906c03

Please sign in to comment.