This is an automated email from the ASF dual-hosted git repository.
jmclean 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 9f1afe04df [#8803]Doc:Links missing in manage metalake and Expression
System fixed (#8995)
9f1afe04df is described below
commit 9f1afe04df4a810f43a2a835a00f8f740c7bbe20
Author: Prajwal M <[email protected]>
AuthorDate: Mon Nov 3 04:06:38 2025 +0530
[#8803]Doc:Links missing in manage metalake and Expression System fixed
(#8995)
### What changes were proposed in this pull request?
Fixed Hyperlinks url in Expression System page and manage metalake page
### Why are the changes needed?
Hyperlinks causing page not error
Fix: (#8803)
### Does this PR introduce _any_ user-facing change?
N/A
---
docs/expression.md | 2 +-
docs/manage-metalake-using-gravitino.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/expression.md b/docs/expression.md
index ddc6f3fd71..3f9a5e4716 100644
--- a/docs/expression.md
+++ b/docs/expression.md
@@ -9,7 +9,7 @@ license: This software is licensed under the Apache License
version 2.
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
-This page introduces the expression system of Apache Gravitino. Expressions
are vital component of metadata definition, through expressions, you can define
[default
values](./manage-relational-metadata-using-gravitino.md#table-column-default-value)
for columns, function arguments for [function
partitioning](./table-partitioning-bucketing-sort-order-indexes.md#table-partitioning),
[bucketing](./table-partitioning-bucketing-sort-order-indexes.md#table-bucketing),
and sort term of [sort ord [...]
+This page introduces the expression system of Apache Gravitino. Expressions
are vital component of metadata definition, through expressions, you can define
[default
values](./manage-relational-metadata-using-gravitino.md#table-column-default-value)
for columns, function arguments for [function
partitioning](./table-partitioning-distribution-sort-order-indexes.md#table-partitioning),
[bucketing](./table-partitioning-distribution-sort-order-indexes.md#table-distribution),
and sort term of [...]
Gravitino expression system divides expressions into three basic parts: field
reference, literal, and function. Function expressions can contain field
references, literals, and other function expressions.
## Field reference
diff --git a/docs/manage-metalake-using-gravitino.md
b/docs/manage-metalake-using-gravitino.md
index 098a0c4cc0..31abe0abbc 100644
--- a/docs/manage-metalake-using-gravitino.md
+++ b/docs/manage-metalake-using-gravitino.md
@@ -13,7 +13,7 @@ This page introduces how to create, modify, view, and delete
[metalakes](./gloss
## Prerequisites
-You have installed and launched Gravitino. For more details, see [Get
started](./getting-started.md).
+You have installed and launched Gravitino. For more details, see [Get
started](./getting-started/index.md).
Let's say, the access is [http://localhost:8090](http://localhost:8090).