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/paimon.git


The following commit(s) were added to refs/heads/master by this push:
     new b7d1af0f37 [doc] Fix ref error in data-types
b7d1af0f37 is described below

commit b7d1af0f3763dfeecd7fb41de8f774b37e95c706
Author: JingsongLi <[email protected]>
AuthorDate: Tue Mar 10 15:21:10 2026 +0800

    [doc] Fix ref error in data-types
---
 docs/content/concepts/data-types.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/content/concepts/data-types.md 
b/docs/content/concepts/data-types.md
index ff92431c52..acf6a3c0ef 100644
--- a/docs/content/concepts/data-types.md
+++ b/docs/content/concepts/data-types.md
@@ -186,7 +186,7 @@ All data types supported by Paimon are as follows:
       <td><code>BLOB</code></td>
       <td><code>Data type of a binary large object.</code><br><br>
           <code>Designed for storing large binary data such as images, videos, 
audio files, and other multimodal data. Unlike BYTES type which stores data 
inline, BLOB stores large binary data in separate files and maintains 
references to them, providing better performance for large 
objects.</code><br><br>
-          <code>Note: Requires 'row-tracking.enabled' and 
'data-evolution.enabled' to be set to true. See <a href="{{< ref 
"append-table/blob/#overview" >}}">Blob Type</a> for details.</code>
+          <code>Note: Requires 'row-tracking.enabled' and 
'data-evolution.enabled' to be set to true. See <a href="{{< ref 
"append-table/blob" >}}">Blob Type</a> for details.</code>
       </td>
     </tr>
     </tbody>

Reply via email to