Skip to content

Commit c73eca9

Browse files
timsaucerclaude
andcommitted
docs: fix broken cross-reference links in distributing-work
The RST -> MyST conversion left two intra-page links as undefined reference-style links, which CommonMark renders as literal bracketed text (no Sphinx warning, so the --fail-on-warning build still passed). Point both at the auto-generated heading anchors instead. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 30efd76 commit c73eca9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/source/user-guide/distributing-work.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ every start method — prefer it over relying on inherited state.
186186
state is captured at serialization time. Surprises are possible if
187187
the captured state is large, mutable, or not portable to the
188188
worker's environment. See [Portability requirements for inline
189-
Python UDFs][portability requirements for inline python udfs] for the Python-version and imported-module rules.
189+
Python UDFs](#portability-requirements-for-inline-python-udfs) for the Python-version and imported-module rules.
190190

191191
### Disabling Python UDF inlining
192192

@@ -235,7 +235,7 @@ contexts.
235235

236236
The toggle only narrows the {py:meth}`Expr.from_bytes` surface;
237237
{py:func}`pickle.loads` on untrusted bytes remains unsafe regardless
238-
of this setting. See the [Security] section below for the full
238+
of this setting. See the [Security](#security) section below for the full
239239
threat model.
240240

241241
### Security

0 commit comments

Comments
 (0)