Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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