Skip to content

Commit 3a99406

Browse files
committed
fix couple redirects
1 parent 9323ca8 commit 3a99406

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/redirects.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,16 @@ redirects:
3636
- to: 'reference/query-languages/esql/commands/show.md'
3737
anchors: {'esql-show'}
3838

39+
# Handle old anchor references to esql-commands.md
40+
'reference/query-languages/esql/esql-commands.md':
41+
to: 'reference/query-languages/esql/esql-commands.md'
42+
anchors: {} # pass-through unlisted anchors in the `many` ruleset
43+
many:
44+
- to: 'reference/query-languages/esql/commands/source-commands.md'
45+
anchors: {'esql-source-commands'}
46+
- to: 'reference/query-languages/esql/commands/processing-commands.md'
47+
anchors: {'esql-processing-commands'}
48+
3949
'reference/query-languages/esql/commands/processing-commands.md':
4050
to: 'reference/query-languages/esql/commands/processing-commands.md'
4151
anchors: {} # pass-through unlisted anchors in the `many` ruleset

0 commit comments

Comments
 (0)