Skip to content

Commit 0117fee

Browse files
committed
Move spec/registry.md -> spec/registry/default.md
1 parent 4514e88 commit 0117fee

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

spec/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
1. [Data Model Errors](errors.md#data-model-errors)
1717
1. [Resolution Errors](errors.md#resolution-errors)
1818
1. [Message Function Errors](errors.md#message-function-errors)
19-
1. [Default Function Registry](registry.md)
19+
1. [Default Function Registry](registry/default.md)
2020
1. [Formatting](formatting.md)
2121
1. [Interchange data model](data-model/README.md)
2222

File renamed without changes.

spec/syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ whether an _operand_ is required,
548548
what form the values of an _operand_ can take,
549549
what _options_ and _option_ values are valid,
550550
and what outputs might result.
551-
See [function registry](./registry.md) for more information.
551+
See [function registry](/spec/registry/default.md) for more information.
552552

553553
A _function_ starts with a prefix sigil `:` followed by an _identifier_.
554554
The _identifier_ MAY be followed by one or more _options_.

0 commit comments

Comments
 (0)