Skip to content

Commit 8302d19

Browse files
committed
docs: avoid locale-specific specification anchors
1 parent 29cca19 commit 8302d19

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

docs/object-serialization/xlang/polymorphism.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ field schema.
2626
## Runtime rules
2727

2828
Use the selected runtime's schema metadata, registration, and polymorphism pages for exact syntax.
29-
The [xlang serialization specification](../../specification/xlang_serialization_spec.md#polymorphisms)
30-
defines the shared behavior and limitations.
29+
The [xlang serialization specification](../../specification/xlang_serialization_spec.md) defines
30+
the shared behavior and limitations.
3131

3232
Do not infer xlang support from host-language inheritance alone. A concrete subtype must have a
3333
portable xlang mapping and coordinated registration on every peer that can receive it.

docs/row-format/compact.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,4 @@ Reuse the encoder within one thread. Create separate encoders for concurrent thr
4747
Choose Compact Row only when every reader is Java and the space reduction justifies using an
4848
unstable format. Use [Standard Row](standard.md) for Java/Python/C++/Rust interchange.
4949

50-
See the [Row Format specification](../specification/row_format_spec.md#compact-row-format-java-only)
51-
for the exact binary layout.
50+
See the [Row Format specification](../specification/row_format_spec.md) for the exact binary layout.

0 commit comments

Comments
 (0)