This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-paimon.git
The following commit(s) were added to refs/heads/master by this push:
new 2e63d9ad3 [doc] Added a link to the configurations documentation in
the section of the system table documentation. (#1817)
2e63d9ad3 is described below
commit 2e63d9ad305aa8ea29cdcd445f478e78920a76b7
Author: Kerwin <[email protected]>
AuthorDate: Tue Aug 15 21:51:46 2023 +0800
[doc] Added a link to the configurations documentation in the section of
the system table documentation. (#1817)
---
docs/content/how-to/system-tables.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/content/how-to/system-tables.md
b/docs/content/how-to/system-tables.md
index 0077cf85d..70a84e94b 100644
--- a/docs/content/how-to/system-tables.md
+++ b/docs/content/how-to/system-tables.md
@@ -86,7 +86,7 @@ SELECT s.snapshot_id, t.schema_id, t.fields
### Options Table
-You can query the table's option information which is specified from the DDL
through options table. The options not shown will be the default value. You can
take reference to [Configuration].
+You can query the table's option information which is specified from the DDL
through options table. The options not shown will be the default value. You can
take reference to [Configuration]({{< ref
"maintenance/configurations#coreoptions" >}}).
```sql
SELECT * FROM MyTable$options;