Skip to content

Commit 7b97d0e

Browse files
committed
docs(network-fabric): fix broken anchor to replay config section
The heading generator drops the literal <name> placeholder from docs/configuration.md headings instead of keeping the word "name", so the anchor for the fsc_endorsement.replay section has no "name" in it (matching the existing token.tms.<name>.auditor.locker link). The new cross-reference included "name", which linkspector flagged as unreachable. Signed-off-by: Angelo De Caro <adc@zurich.ibm.com>
1 parent 419753b commit 7b97d0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/services/network-fabric.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ loaders construct their own `Guard` inside `loader.load` from that TMS's
290290
shared by both drivers since FabricX reuses the Fabric `fsc_endorsement` namespace), falling
291291
back to `replay.DefaultConfig()` field-for-field when the block is absent. This means each
292292
TMS an endorser serves gets its own dedup cache, sized and tuned independently — see
293-
[Optional: token.tms.\<name\>.services.network.fabric.fsc_endorsement.replay](../configuration.md#optional-tokentmsnameservicesnetworkfabricfsc_endorsementreplay)
293+
[Optional: token.tms.\<name\>.services.network.fabric.fsc_endorsement.replay](../configuration.md#optional-tokentmsservicesnetworkfabricfsc_endorsementreplay)
294294
for the full configuration reference.
295295

296296
#### Reachability

0 commit comments

Comments
 (0)