This is an automated email from the ASF dual-hosted git repository.
jshao pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino.git
The following commit(s) were added to refs/heads/main by this push:
new 8906c03b5 [#4737] improvement(ui): update documentation link (#4771)
8906c03b5 is described below
commit 8906c03b556f48f995b7fa6bbb7d2a42c8535730
Author: Qian Xia <[email protected]>
AuthorDate: Fri Aug 30 01:03:48 2024 +0800
[#4737] improvement(ui): update documentation link (#4771)
### 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
---
.../org/apache/gravitino/integration/test/web/ui/MetalakePageTest.java | 2 +-
web/src/app/rootLayout/Footer.js | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git
a/integration-test/src/test/java/org/apache/gravitino/integration/test/web/ui/MetalakePageTest.java
b/integration-test/src/test/java/org/apache/gravitino/integration/test/web/ui/MetalakePageTest.java
index 6a87c2f68..774e6220f 100644
---
a/integration-test/src/test/java/org/apache/gravitino/integration/test/web/ui/MetalakePageTest.java
+++
b/integration-test/src/test/java/org/apache/gravitino/integration/test/web/ui/MetalakePageTest.java
@@ -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";
diff --git a/web/src/app/rootLayout/Footer.js b/web/src/app/rootLayout/Footer.js
index c537c5ffc..b008ed35a 100644
--- a/web/src/app/rootLayout/Footer.js
+++ b/web/src/app/rootLayout/Footer.js
@@ -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