Skip to content

Commit f2f5051

Browse files
Update docs/_docs/internals/syntax.md
Co-authored-by: Eugene Flesselle <[email protected]>
1 parent 32723c5 commit f2f5051

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_docs/internals/syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ semi ::= ‘;’ | nl {nl}
104104
The principle of optional braces is that any keyword that can be followed by `{` can also be followed by an indented block, without needing an intervening `:`.
105105
(Allowing an optional `:` would be counterproductive since it would introduce several ways to do the same thing.)
106106

107-
The lexical analyzer inserts `indent` and `outdent` tokens that represent regions of indented code [at certain points](./other-new-features/indentation.md).
107+
The lexical analyzer inserts `indent` and `outdent` tokens that represent regions of indented code [at certain points](../reference/other-new-features/indentation.md).
108108

109109
In the context-free productions below we use the notation `<<< ts >>>`
110110
to indicate a token sequence `ts` that is either enclosed in a pair of braces `{ ts }` or that constitutes an indented region `indent ts outdent`. Analogously, the

0 commit comments

Comments
 (0)