Skip to content

Commit b7d1af0

Browse files
committed
[doc] Fix ref error in data-types
1 parent d227603 commit b7d1af0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/concepts/data-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ All data types supported by Paimon are as follows:
186186
<td><code>BLOB</code></td>
187187
<td><code>Data type of a binary large object.</code><br><br>
188188
<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>
189-
<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>
189+
<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>
190190
</td>
191191
</tr>
192192
</tbody>

0 commit comments

Comments
 (0)